aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Augment EXPLAIN output with more details on Hash nodes.Robert Haas2010-02-01
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-01
* Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro2010-02-01
* Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs2010-01-31
* Parenthesize this macro, just in case.Tom Lane2010-01-31
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-29
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-29
* Type table featurePeter Eisentraut2010-01-28
* Add functions to reset the statistics counter for a single table/index orMagnus Hagander2010-01-28
* Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarmMagnus Hagander2010-01-28
* Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas2010-01-28
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-27
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane2010-01-26
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-25
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Fix several oversights in previous commit - attribute options patch.Robert Haas2010-01-22
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* PL/Python DO handlerPeter Eisentraut2010-01-22
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-20
* Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas2010-01-20
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-20
* Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander2010-01-19
* Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane2010-01-19
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants ofTom Lane2010-01-16
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-16
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* Some trivial adjustments in comments for struct RelationData.Tom Lane2010-01-10
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-10
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-10
* During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs2010-01-09
* pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.Itagaki Takahiro2010-01-08
* Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane2010-01-07
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Further fixes for per-tablespace options patch.Robert Haas2010-01-07
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-01-07
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* binary upgrade:Bruce Momjian2010-01-06
* Update catalog version for recent relfilenode patch, so pg_migrator canBruce Momjian2010-01-06
* Preserve relfilenodes:Bruce Momjian2010-01-06
* Remove tabs in SGML.Bruce Momjian2010-01-06
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05