aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix error-checking typo in check_TSCurrentConfig().Tom Lane2013-01-20
* Fix an O(N^2) performance issue for sessions modifying many relations.Tom Lane2013-01-20
* Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.Tom Lane2013-01-19
* Modernize string literal syntax in tutorial example.Tom Lane2013-01-19
* Make pgxs build executables with the right suffix.Andrew Dunstan2013-01-19
* Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane2013-01-18
* Rename new latex longtable function name, for consistencyBruce Momjian2013-01-18
* Unbreak lock conflict detection for Hot Standby.Robert Haas2013-01-18
* Fix off-by-one bug in xlog reading logicAlvaro Herrera2013-01-18
* psql latex fixesBruce Momjian2013-01-18
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-18
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-18
* When xlogreader asks the callback function to read a page, make sure weHeikki Linnakangas2013-01-17
* I added a result set to START_STREAMING command, but neglected walreceiver.Heikki Linnakangas2013-01-17
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-17
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Improve memory space management in tuplesort and tuplestore.Tom Lane2013-01-17
* Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas2013-01-17
* Add a latex-longtable output format to psqlBruce Momjian2013-01-17
* Silence compiler warningsMagnus Hagander2013-01-17
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander2013-01-17
* Make size-output fixed length in pg_basebackup verbose modeMagnus Hagander2013-01-17
* Truncate filenames in the leadning end in pg_basebackup verbose outputMagnus Hagander2013-01-17
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* Get rid of pg_dump's READMEPeter Eisentraut2013-01-16
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-16
* Make \? help message more clear when not connected.Heikki Linnakangas2013-01-15
* Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas2013-01-15
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-15
* Give a proper error message if connecting to incompatible server.Heikki Linnakangas2013-01-15
* Fix hash_update_hash_key() to handle same-bucket case correctly.Tom Lane2013-01-14
* Return value of lseek() can be negative on failure.Heikki Linnakangas2013-01-15
* Fix obsolete SQL syntax in comment.Tom Lane2013-01-14
* Reject out-of-range dates in to_date().Tom Lane2013-01-14
* Add new timezone abbrevation "FET".Tom Lane2013-01-14
* Remove spurious spaceAlvaro Herrera2013-01-14
* Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane2013-01-13
* Make spelling more uniformPeter Eisentraut2013-01-13
* Update comments for elog_start().Tom Lane2013-01-13
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan2013-01-12
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-11
* Detect Windows perl linkage parameters in configure script.Andrew Dunstan2013-01-09
* Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander2013-01-09
* Don't attempt to write recovery.conf when -R is not specifiedMagnus Hagander2013-01-09
* Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2013-01-08
* Fix typoPeter Eisentraut2013-01-07
* Fix a logic bug in pgindent.Andrew Dunstan2013-01-07
* Fix incorrect error message when schema-CREATE permission is absent.Robert Haas2013-01-07