aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Avoid treating WAL senders as normal backends.Robert Haas2011-01-21
* Code cleanup for assign_XactIsoLevel.Robert Haas2011-01-21
* More pg_test_fsync cleanup.Tom Lane2011-01-21
* Clean up pg_test_fsync commit.Tom Lane2011-01-21
* Fix broken markup, also minor copy-editing.Tom Lane2011-01-21
* Correctly add exceptions to the plpy module for Python 3Peter Eisentraut2011-01-21
* Emphasize where OVER needs to be when using a window function.Robert Haas2011-01-21
* Update SGML docs to point to new /contrib/pg_test_fsync.Bruce Momjian2011-01-21
* Update C banner on new pg_test_fsync file.Bruce Momjian2011-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
* Document that WITH queries are also called Common Table Expressions.Robert Haas2011-01-19
* Show correct datatype for pg_class.relpersistence, plus a typo fix.Tom Lane2011-01-19
* 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
* In the docs, better distinguish server from client SSL settings in the docume...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
* Move a couple of declarations to reflect where the routines really are.Tom Lane2011-01-15
* Add .gitignore to silence git complaints about parser/scanner output files.Tom Lane2011-01-15
* Have test_fsync output details that fdatasync is the defaultBruce Momjian2011-01-15
* Restructure test_fync to use modular C so there is less duplicate codeBruce Momjian2011-01-15
* Enumerate available tablespaces after starting the backupMagnus Hagander2011-01-15
* Improve output display of test_fsync.Bruce Momjian2011-01-15
* Apply patch for test_fsync to add tests for O_DIRECT.Bruce Momjian2011-01-15
* Treat a WAL sender process that hasn't started streaming yet as a regularHeikki Linnakangas2011-01-15