aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix another portability issue in pg_basebackup.Tom Lane2011-01-23
* Improve getObjectDescription's display of pg_amop and pg_amproc entries.Tom Lane2011-01-23
* Revert "Factor out functions responsible for caching I/O routines".Tom Lane2011-01-23
* Add .gitignore file to silence complaints about pg_basebackup.Tom Lane2011-01-23
* Suppress uninitialized-variable warning.Tom Lane2011-01-23
* Silence flex warnings about DOS file paths in MSVC buildsAndrew Dunstan2011-01-23
* Use pg_strcasecmp instead of strcasecmp for portabilityMagnus Hagander2011-01-23
* Only show pg_stat_replication details to superusersMagnus Hagander2011-01-23
* filemode is parsed on win32 even if never usedMagnus Hagander2011-01-23
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-23
* Code cleanup for assign_transaction_read_only.Robert Haas2011-01-22
* Quick hack to un-break plpython regression tests.Tom Lane2011-01-22
* Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane2011-01-22
* Suppress "control reaches end of non-void function" warning from gcc 4.5.Tom Lane2011-01-22
* Suppress possibly-uninitialized-variable warnings from gcc 4.5.Tom Lane2011-01-22
* Get rid of the global variable holding the error statePeter Eisentraut2011-01-22
* Link libpgport into pg_test_fsync on msvcMagnus Hagander2011-01-22
* Avoid treating WAL senders as normal backends.Robert Haas2011-01-21
* Code cleanup for assign_XactIsoLevel.Robert Haas2011-01-21
* Correctly add exceptions to the plpy module for Python 3Peter Eisentraut2011-01-21
* Move test_fsync to /contrib.Bruce Momjian2011-01-21
* Don't require usage privileges on the foreign data wrapper when creating aHeikki Linnakangas2011-01-21
* Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas2011-01-20
* Fix wrong commentPeter Eisentraut2011-01-20
* Fix typoPeter Eisentraut2011-01-20
* Factor out functions responsible for caching I/O routinesPeter Eisentraut2011-01-20
* Add new psql command \dL to list languages.Robert Haas2011-01-20
* Add braces around an if block, for readabilityPeter Eisentraut2011-01-19
* Free plan values in the PLyPlanObject dealloc functionPeter Eisentraut2011-01-19
* Improve message for errors in compiling anonymous PL/Python blocksPeter Eisentraut2011-01-19
* Use PyObject_New instead of PyObject_NEWPeter Eisentraut2011-01-18
* Skip dropped attributes when converting Python objects to tuplesPeter Eisentraut2011-01-18
* Use palloc in TopMemoryContext instead of mallocPeter Eisentraut2011-01-18
* Fix an error when a set-returning function fails halfway through the executionPeter Eisentraut2011-01-18
* In test_fsync, adjust test headings to match wal_sync_method values;Bruce Momjian2011-01-18
* Avoid detoast in texteq/textne/byteaeq/byteane for unequal-length strings.Tom Lane2011-01-18
* Log replication connections only when log_connections is onMagnus Hagander2011-01-18
* Fix thinko in comment. Spotted by Jim Nasby.Heikki Linnakangas2011-01-18
* Remove "github test" that somehow got into my tree. Sorry.Bruce Momjian2011-01-17
* github testBruce Momjian2011-01-17
* Use HTABs instead of Python dictionary objects to cache proceduresPeter Eisentraut2011-01-17
* Fix miscalculation of itemsafter in array_set_slice().Tom Lane2011-01-17
* Increment Py_None refcount for NULL array elementsAlvaro Herrera2011-01-17
* Add getopt() support to test_fsync; also fix printf() format problem.Bruce Momjian2011-01-17
* Set fallback_application_name in walreceiverMagnus Hagander2011-01-17
* Before exiting walreceiver, fsync() all the WAL received.Heikki Linnakangas2011-01-17
* In test_fsync, use #define for printf format of ops/sec.Bruce Momjian2011-01-16
* Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECTBruce Momjian2011-01-15
* Reverse number of stars used for test_fsync details.Bruce Momjian2011-01-15
* In test_fsync, warn about options without o_direct that are not used byBruce Momjian2011-01-15