summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make output identical to pg_resetxlog'sAlvaro Herrera2013-01-241-1/+1
* Fix rare missing cancellations in Hot Standby.Simon Riggs2013-01-241-1/+1
* pg_upgrade: report failed cluster nameBruce Momjian2013-01-241-1/+2
* Also fix rotation of csvlog on Windows.Heikki Linnakangas2013-01-241-4/+6
* Docs shouldn't say HOT Standby.Simon Riggs2013-01-241-2/+2
* Fix failure to rotate postmaster log file for size reasons on Windows.Tom Lane2013-01-231-0/+9
* isolationtester: add a few fflush(stderr) callsAlvaro Herrera2013-01-231-1/+3
* Clarify that connection parameters aren't totally meaningless for PQping.Robert Haas2013-01-231-4/+6
* pg_isreadyRobert Haas2013-01-237-1/+413
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23106-1458/+5994
* Further documentation tweaks for event triggers.Robert Haas2013-01-231-5/+11
* Update comments and output for event_trigger regression test.Robert Haas2013-01-232-4/+9
* Implement pg_unreachable() on MSVC.Heikki Linnakangas2013-01-231-0/+2
* Gitignore vcxproj files.Andrew Dunstan2013-01-231-0/+1
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-235-11/+92
* pg_upgrade: remove --single-transaction usageBruce Momjian2013-01-221-4/+3
* doc: Fix declared number of columns in tablePeter Eisentraut2013-01-221-1/+1
* Fix a few small bugs in yesterday's event trigger patch.Robert Haas2013-01-221-1/+4
* Fix CREATE EVENT TRIGGER syntax synopsis in documentation.Robert Haas2013-01-221-1/+1
* Typo fixes.Robert Haas2013-01-211-2/+2
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-2112-32/+113
* Add ddl_command_end support for event triggers.Robert Haas2013-01-218-152/+390
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-2119-851/+348
* Fix one-byte buffer overrun in PQprintTuples().Tom Lane2013-01-201-4/+3
* Fix error-checking typo in check_TSCurrentConfig().Tom Lane2013-01-201-1/+1
* doc: Fix syntax of a URLPeter Eisentraut2013-01-201-1/+1
* Fix an O(N^2) performance issue for sessions modifying many relations.Tom Lane2013-01-201-46/+128
* Clarify that streaming replication can be both async and syncMagnus Hagander2013-01-201-7/+8
* Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.Tom Lane2013-01-191-1/+8
* Modernize string literal syntax in tutorial example.Tom Lane2013-01-191-7/+12
* Make pgxs build executables with the right suffix.Andrew Dunstan2013-01-191-1/+1
* libpq doc: Clarify what commands return PGRES_TUPLES_OKPeter Eisentraut2013-01-181-1/+2
* Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane2013-01-181-3/+54
* Rename new latex longtable function name, for consistencyBruce Momjian2013-01-181-2/+2
* Unbreak lock conflict detection for Hot Standby.Robert Haas2013-01-181-6/+6
* Improve pg_upgrade error reportBruce Momjian2013-01-181-1/+2
* Fix off-by-one bug in xlog reading logicAlvaro Herrera2013-01-181-1/+1
* psql latex fixesBruce Momjian2013-01-182-2/+2
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-183-29/+46
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-183-11/+36
* When xlogreader asks the callback function to read a page, make sure weHeikki Linnakangas2013-01-171-18/+12
* I added a result set to START_STREAMING command, but neglected walreceiver.Heikki Linnakangas2013-01-172-6/+18
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-175-14/+206
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-1712-290/+677
* Improve memory space management in tuplesort and tuplestore.Tom Lane2013-01-172-34/+226
* Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas2013-01-172-33/+28
* Add a latex-longtable output format to psqlBruce Momjian2013-01-174-14/+199
* Silence compiler warningsMagnus Hagander2013-01-171-3/+3
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-177-25/+40
* Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander2013-01-172-2/+2