summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2010-01-20Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas
2010-01-20Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas
2010-01-19Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander
2010-01-19Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-16Teach standby conflict resolution to use SIGUSR1Simon Riggs
2010-01-16Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants ofTom Lane
2010-01-16PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane
2010-01-15Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-14First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs
2010-01-12Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian
2010-01-10Some trivial adjustments in comments for struct RelationData.Tom Lane
2010-01-10During Hot Standby, fix drop database when sessions idle.Simon Riggs
2010-01-10Create typedef pgsocket for storing socket descriptors.Magnus Hagander
2010-01-10Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas
2010-01-09During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs
2010-01-08pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.Itagaki Takahiro
2010-01-07Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-07Further fixes for per-tablespace options patch.Robert Haas
2010-01-07Alter the configure script to fail immediately if the C compiler does notTom Lane
2010-01-06Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro
2010-01-06binary upgrade:Bruce Momjian
2010-01-06Update catalog version for recent relfilenode patch, so pg_migrator canBruce Momjian
2010-01-06Preserve relfilenodes:Bruce Momjian
2010-01-06Remove tabs in SGML.Bruce Momjian
2010-01-05Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-05Use _mm_pause() for win64 spin_delay(), per note from Tsutomu Yamada.Magnus Hagander
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2010-01-04Add a Win64-specific spin_delay() function.Magnus Hagander
2010-01-04Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas
2010-01-04When estimating the selectivity of an inequality "column > constant" orTom Lane
2010-01-02Make ssize_t 64-bit on Win64, for compatibility with for example plpython.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-02Set proper sizes for size_t and void* on 64-bit Windows builds.Magnus Hagander
2010-01-02Support 64-bit shared memory when building on 64-bit Windows.Magnus Hagander
2010-01-01Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane
2010-01-01Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-12-30Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane
2009-12-29Add an index on pg_inherits.inhparent, and use it to avoid seqscans inTom Lane
2009-12-29Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane
2009-12-27Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian
2009-12-24Binary upgrade:Bruce Momjian
2009-12-23Allow the index name to be omitted in CREATE INDEX, causing the system toTom Lane
2009-12-23Adjust naming of indexes and their columns per recent discussion.Tom Lane
2009-12-19Bump catversion to reflect the fact that HS patch changed pg_procTom Lane