]> granicus.if.org Git - postgresql/history - src/include
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[postgresql] / src / include /
2009-01-06 Tom LaneChange a couple of ill-advised uses of INFO elog level...
2009-01-06 Tom LaneDoesn't seem like a good idea to be doing AC_CHECK_SIZE...
2009-01-06 Alvaro HerreraFix string reloption handling, per KaiGai Kohei.
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-05 Alvaro HerreraExport IsUnderPostmaster on win32.
2009-01-04 Tom LaneAdd contrib/pg_stat_statements for server-wide tracking...
2009-01-04 Tom LaneAdd a pg_encoding_mbcliplen() function that is just...
2009-01-03 Tom LaneAllow loadable modules to create PGC_POSTMASTER GUC...
2009-01-03 Tom LaneCreate a "shmem_startup_hook" to be called at the end...
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-30 Heikki LinnakangasThe flag to mark dead tuples is nowadays called LP_DEAD...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-27 Tom LaneMake a couple of small changes to the tuplestore API...
2008-12-26 Tom LaneRemove unused include file, per ITAGAKI Takahiro. ...
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-12-12 Alvaro HerreraReduce some rel.h inclusions, and add pg_list.h to...
2008-12-11 Peter EisentrautThe macros NULL_DEV and DEVNULL were both used to work...
2008-12-11 Peter EisentrautMove carefully obscured SunOS 4 specific #include out...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-12-03 Heikki LinnakangasForgot to bump catalog version in the visibility map...
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-12-01 Tom LaneFix an oversight in the code that makes transitive...
2008-12-01 Tom LaneEnsure that the contents of a holdable cursor don't...
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-26 Heikki LinnakangasRely on relcache invalidation to update the cached...
2008-11-25 Alvaro HerreraUse ResourceOwners in the snapshot manager, instead...
2008-11-24 Magnus HaganderAdd support for matching wildcard server certificates...
2008-11-24 Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-11-22 Tom LaneSwitch the planner over to treating qualifications...
2008-11-21 Magnus HaganderMake the enumvals column of pg_settings be text[] inste...
2008-11-20 Magnus HaganderAdd support for using SSL client certificates to authen...
2008-11-20 Magnus HaganderControl client certificate requesting with the pg_hba...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-18 Peter EisentrautIdent authentication over Unix-domain sockets on Solari...
2008-11-16 Tom LaneModify UPDATE/DELETE WHERE CURRENT OF to use the FOR...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-14 Tom LaneSecond try at fixing DLLIMPORT problem for pg_crc.h...
2008-11-14 Tom LaneActually, instead of whining about how type internal...
2008-11-14 Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-13 Tom LanePGDLLIMPORT-ize the global variables referenced in...
2008-11-12 Alvaro HerreraUpdate URL to Ross Williams' CRC paper.
2008-11-12 Tom LaneIf we're going to use a SQL function for this, at least...
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-11 Tom LaneGet rid of adjust_appendrel_attr_needed(), which has...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-03 Tom LaneDept of second thoughts: seems it'd be safer if pg_type...
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-11-03 Tom LaneChange the pgstat logic so that the stats collector...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-31 Tom LaneSimplify ExecutorRun's API and save some trivial number...
2008-10-31 Heikki LinnakangasUpdate FSM on WAL replay. This is a bit limited; the...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-28 Tom LaneArrange to squeeze out the MINIMAL_TUPLE_PADDING in...
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-10-24 Tom LaneReduce the memory footprint of large pending-trigger...
2008-10-23 Tom LaneRemove useless ps_OuterTupleSlot field from PlanState...
2008-10-23 Magnus Hagander* make pg_hba authoption be a set of 0 or more name...
2008-10-22 Tom LaneDept of better ideas: refrain from creating the planner...
2008-10-22 Teodor SigaevFix GiST's killing tuple: GISTScanOpaque->curpos wasn't
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-20 Alvaro HerreraRework subtransaction commit protocol for hot standby.
2008-10-20 Teodor SigaevRemove mark/restore support in GIN and GiST indexes.
2008-10-17 Tom LaneRemove useless mark/restore support in hash index AM...
2008-10-17 Tom LaneAdd a new column to pg_am to specify whether an index...
2008-10-17 Tom LaneImprove comments about RelOptInfo.reltargetlist.
next