summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make size-output fixed length in pg_basebackup verbose modeMagnus Hagander2013-01-171-6/+9
* Truncate filenames in the leadning end in pg_basebackup verbose outputMagnus Hagander2013-01-171-6/+18
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-1715-111/+191
* Get rid of pg_dump's READMEPeter Eisentraut2013-01-163-79/+6
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-165-704/+1260
* Make \? help message more clear when not connected.Heikki Linnakangas2013-01-151-5/+7
* Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas2013-01-151-1/+6
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-157-186/+124
* Give a proper error message if connecting to incompatible server.Heikki Linnakangas2013-01-151-0/+15
* Fix hash_update_hash_key() to handle same-bucket case correctly.Tom Lane2013-01-141-8/+19
* Return value of lseek() can be negative on failure.Heikki Linnakangas2013-01-151-2/+2
* Fix obsolete SQL syntax in comment.Tom Lane2013-01-141-0/+1
* Reject out-of-range dates in to_date().Tom Lane2013-01-141-0/+6
* Add new timezone abbrevation "FET".Tom Lane2013-01-142-0/+6
* Remove spurious spaceAlvaro Herrera2013-01-141-1/+1
* Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane2013-01-133-48/+169
* Make spelling more uniformPeter Eisentraut2013-01-131-1/+1
* Update comments for elog_start().Tom Lane2013-01-131-4/+5
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-1312-15/+361
* Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan2013-01-122-5/+8
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-116-118/+372
* Last-gasp attempt to save libperl.so configure probe.Tom Lane2013-01-102-2/+2
* Test linking libperl.so using only Perl's required libraries.Tom Lane2013-01-092-2/+2
* Add explicit configure-time checks for perl.h and libperl.so.Tom Lane2013-01-092-0/+149
* Detect Windows perl linkage parameters in configure script.Andrew Dunstan2013-01-093-4/+14
* Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander2013-01-091-4/+5
* Don't attempt to write recovery.conf when -R is not specifiedMagnus Hagander2013-01-091-1/+1
* Allow parallel copy/link in pg_upgradeBruce Momjian2013-01-098-73/+256
* Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2013-01-081-4/+25
* Fix typoPeter Eisentraut2013-01-071-1/+1
* Fix a logic bug in pgindent.Andrew Dunstan2013-01-071-1/+1
* Fix incorrect error message when schema-CREATE permission is absent.Robert Haas2013-01-071-1/+1
* Add new "-q" logging option (quiet mode) while in initialize modeTatsuo Ishii2013-01-072-5/+69
* Fix plpython build on older versions of OS X.Tom Lane2013-01-062-2/+2
* Add support for generating minimal recovery.conf when doing base backupsMagnus Hagander2013-01-052-39/+332
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-055-31/+53
* PL/Python: Make build on OS X more flexiblePeter Eisentraut2013-01-054-19/+35
* Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"Peter Eisentraut2013-01-051-2/+8
* doc: Update CREATE FUNCTION compatibility informationPeter Eisentraut2013-01-051-5/+3