summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-18Unbreak lock conflict detection for Hot Standby.Robert Haas
2013-01-18Fix off-by-one bug in xlog reading logicAlvaro Herrera
2013-01-18psql latex fixesBruce Momjian
2013-01-18Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas
2013-01-18Use the right timeline when beginning to stream from master.Heikki Linnakangas
2013-01-17When xlogreader asks the callback function to read a page, make sure weHeikki Linnakangas
2013-01-17I added a result set to START_STREAMING command, but neglected walreceiver.Heikki Linnakangas
2013-01-17Accelerate end-of-transaction dropping of relationsAlvaro Herrera
2013-01-17Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas
2013-01-17Improve memory space management in tuplesort and tuplestore.Tom Lane
2013-01-17Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas
2013-01-17Add a latex-longtable output format to psqlBruce Momjian
2013-01-17Silence compiler warningsMagnus Hagander
2013-01-17Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas
2013-01-17Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander
2013-01-17Make size-output fixed length in pg_basebackup verbose modeMagnus Hagander
2013-01-17Truncate filenames in the leadning end in pg_basebackup verbose outputMagnus Hagander
2013-01-17Support multiple -t/--table arguments for more commandsMagnus Hagander
2013-01-17Get rid of pg_dump's READMEPeter Eisentraut
2013-01-16Split out XLog reading as an independent facilityAlvaro Herrera
2013-01-15Make \? help message more clear when not connected.Heikki Linnakangas
2013-01-15Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas
2013-01-15Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera
2013-01-15Give a proper error message if connecting to incompatible server.Heikki Linnakangas
2013-01-15Fix hash_update_hash_key() to handle same-bucket case correctly.Tom Lane
2013-01-14Return value of lseek() can be negative on failure.Heikki Linnakangas
2013-01-14Fix obsolete SQL syntax in comment.Tom Lane
2013-01-14Reject out-of-range dates in to_date().Tom Lane
2013-01-14Add new timezone abbrevation "FET".Tom Lane
2013-01-14Remove spurious spaceAlvaro Herrera
2013-01-14Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane
2013-01-14Make spelling more uniformPeter Eisentraut
2013-01-13Update comments for elog_start().Tom Lane
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2013-01-12Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan
2013-01-11Redesign the planner's handling of index-descent cost estimation.Tom Lane
2013-01-09Detect Windows perl linkage parameters in configure script.Andrew Dunstan
2013-01-09Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander
2013-01-09Don't attempt to write recovery.conf when -R is not specifiedMagnus Hagander
2013-01-08Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2013-01-08Fix typoPeter Eisentraut
2013-01-07Fix a logic bug in pgindent.Andrew Dunstan
2013-01-07Fix incorrect error message when schema-CREATE permission is absent.Robert Haas
2013-01-05Add support for generating minimal recovery.conf when doing base backupsMagnus Hagander
2013-01-05Centralize single quote escaping in src/port/quotes.cMagnus Hagander
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2013-01-05Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"Peter Eisentraut
2013-01-05Make some spelling more consistentPeter Eisentraut
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-03Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas