aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Clarify operation of online checkpoints.Simon Riggs2012-12-02
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-02
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-01
* Make sure sharedir/extension/ directory is created when needed.Tom Lane2012-12-01
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-01
* Second tweak of COPY FREEZESimon Riggs2012-12-01
* Tweak tests in COPY FREEZESimon Riggs2012-12-01
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Change test ExceptionalCondition to return voidAlvaro Herrera2012-11-30
* Split initdb.c main() code into multiple functions, for easierBruce Momjian2012-11-30
* In pg_upgrade, dump each database separately and useBruce Momjian2012-11-30
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-30
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-30
* Add libpq function PQconninfo()Magnus Hagander2012-11-30
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Correctly init fast path fields on PGPROCSimon Riggs2012-11-29
* Cleanup VirtualXact at end of Hot Standby.Simon Riggs2012-11-29
* Basic binary heap implementation.Robert Haas2012-11-29
* When processing nested structure pointer variables ecpg always expected anMichael Meskes2012-11-29
* Suppress parallel build in interfaces/ecpg/preproc/.Tom Lane2012-11-28
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* If we don't have a backup-end-location, don't claim we've reached it.Heikki Linnakangas2012-11-28
* Add explicit casts in ilist.h's inline functions.Tom Lane2012-11-27
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-26
* Applied patch by Chen Huajun <chenhj@cn.fujitsu.com> to make ecpg able to copeMichael Meskes2012-11-23
* Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane2012-11-22
* Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas2012-11-22
* Don't launch new child processes after we've been told to shut down.Tom Lane2012-11-21
* Speed up operations on numeric, mostly by avoiding palloc() overhead.Heikki Linnakangas2012-11-21
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-19
* Fix archive_cleanup_command.Heikki Linnakangas2012-11-19
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-18
* Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane2012-11-18
* Assert that WaitLatch's timeout is not more than INT_MAX milliseconds.Tom Lane2012-11-18
* Improve check_partial_indexes() to consider join clauses in proof attempts.Tom Lane2012-11-15
* Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane2012-11-14
* Adjust find_status for newer Linux 'nm' output format.Bruce Momjian2012-11-13
* Fix memory leaks in record_out() and record_send().Tom Lane2012-11-13
* Skip searching for subxact locks at commit.Simon Riggs2012-11-13
* Clarify docs on hot standby lock releaseSimon Riggs2012-11-13
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Silence "expression result unused" warnings in AssertVariableIsOfTypeMacroHeikki Linnakangas2012-11-12
* Check for stack overflow in transformSetOperationTree().Tom Lane2012-11-11
* Remove leftover LWLockRelease() callAlvaro Herrera2012-11-09
* Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane2012-11-08
* Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane2012-11-08