aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix assorted typosAlvaro Herrera2011-05-12
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11
* Clean up parsing of CREATE TRIGGER's argument list.Tom Lane2011-05-11
* Shut down WAL receiver if it's still running at end of recovery. We used toHeikki Linnakangas2011-05-11
* Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane2011-05-10
* For create/dropdb, only connect once to the server since we now have aBruce Momjian2011-05-10
* Adjust documentation with respect to "unknown" timezone setting.Tom Lane2011-05-10
* Be more wary in initdb's creation of platform-dependent collations.Tom Lane2011-05-10
* Remove "make check" target in src/test/isolation/Makefile.Tom Lane2011-05-09
* Add C comment about the fact that the autovacuum limit can go backwardsBruce Momjian2011-05-08
* Fix some portability issues in isolation regression test driver.Tom Lane2011-05-08
* Add comment about memory reordering to PredicateLockTupleRowVersionLink.Robert Haas2011-05-06
* Move RegisterPredicateLockingXid() call to a safer place.Tom Lane2011-05-06
* Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.Tom Lane2011-05-05
* Unbreak the regression tests from my previous commitMagnus Hagander2011-05-05
* Clarify error message when attempting to create index on foreign tableMagnus Hagander2011-05-05
* Remove redundant port number checkPeter Eisentraut2011-05-04
* Message style cleanupPeter Eisentraut2011-05-04
* Fix alignment of --help outputPeter Eisentraut2011-05-04
* Fix pull_up_sublinks' failure to handle nested pull-up opportunities.Tom Lane2011-05-02
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-02
* Catch errors in for loop in makefilePeter Eisentraut2011-05-02
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-02
* Make CLUSTER lock the old table's toast table before copying data.Tom Lane2011-05-01
* Lowercase status labels in pg_stat_replication view.Bruce Momjian2011-04-29
* Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum().Tom Lane2011-04-29
* Rewrite pg_size_pretty() to avoid compiler bug.Tom Lane2011-04-29
* Use non-literal format for possibly non-standard strftime formats.Andrew Dunstan2011-04-28
* Add some casts to try to silence most of the remaining format warnings on Min...Andrew Dunstan2011-04-28
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Tag 9.1beta1.REL9_1_BETA1Tom Lane2011-04-27
* Fix binary upgrade of altered typed tablesPeter Eisentraut2011-04-27
* Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan2011-04-27
* timeline is not needed in BaseBackup()Magnus Hagander2011-04-27
* Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane2011-04-27
* Revert "Remove hard coded formats for INT64 and use configured settings inste...Andrew Dunstan2011-04-27
* Remove hard coded formats for INT64 and use configured settings instead.Andrew Dunstan2011-04-27
* Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan2011-04-27
* Use an explicit format string to keep the compiler happy.Andrew Dunstan2011-04-27
* Rephrase some not-supported error messages in pg_hba.conf processing.Tom Lane2011-04-26
* Complain if pg_hba.conf contains "hostssl" but SSL is disabled.Tom Lane2011-04-26
* Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.Tom Lane2011-04-25
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.Tom Lane2011-04-25
* Support "make check" in contribPeter Eisentraut2011-04-25
* Use terse mode to avoid variable order dependency output in foreign data regr...Andrew Dunstan2011-04-25
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Prevent perl header overriding our *snprintf macros, and give it a usable PER...Andrew Dunstan2011-04-25
* Give getopt() a prototype and modern style arg specs.Andrew Dunstan2011-04-25