aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-12
* Cause the archiver process to adopt new postgresql.conf settings (particularlyTom Lane2010-05-11
* Fix incorrect patch that removed permission checks on inheritance childTom Lane2010-05-11
* Set per-function GUC settings during validating the function.Itagaki Takahiro2010-05-11
* When adding a "target IS NOT NULL" indexqual to the plan for an index-optimizedTom Lane2010-05-10
* Fix missing static declaration for XLogRead().Tom Lane2010-05-09
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Need to hold ControlFileLock while updating control file. UpdateHeikki Linnakangas2010-05-03
* Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum.Tom Lane2010-05-02
* Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane2010-05-02
* Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane2010-05-02
* Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane2010-05-01
* Fix handling of b-tree reuse WAL records when hot standby is disabled,Heikki Linnakangas2010-04-30
* Adjust error checks in pg_start_backup and pg_stop_backup to make it possibleTom Lane2010-04-29
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-29
* Modify information_schema._pg_keysequal() to avoid search path risk whenTom Lane2010-04-28
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-28
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Modify the built-in text search parser to handle URLs more nearly accordingTom Lane2010-04-28
* Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.Tom Lane2010-04-28
* Replace the KnownAssignedXids hash table with a sorted-array data structure,Tom Lane2010-04-28
* If a base backup is cancelled by server shutdown or crash, throw an errorHeikki Linnakangas2010-04-27
* Add missing newlines in WPARSER_TRACE output.Tom Lane2010-04-26
* Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian2010-04-26
* Add comments about why we set LC_CTYPE in WIN32 for time when we don'tBruce Momjian2010-04-26
* When we're restricting who can connect, don't allow new walsenders.Robert Haas2010-04-26
* Add C comments for recent to_char('L') fix for Win32.Bruce Momjian2010-04-24
* Patch revoked because of objections.Simon Riggs2010-04-24
* Fix various instances of "the the".Robert Haas2010-04-23
* Add missing optimizer hooks for function cost and number of rows.Simon Riggs2010-04-23
* Previous patch revoked following objections.Simon Riggs2010-04-23
* Make CheckRequiredParameterValues() depend upon correct combinationSimon Riggs2010-04-23
* Fix message punctuationPeter Eisentraut2010-04-22
* Optimise btree delete processing when no active backends.Simon Riggs2010-04-22
* Further reductions in Hot Standby conflict processing. TheseSimon Riggs2010-04-22
* Fix encoding issue when lc_monetary or lc_numeric are different encodingItagaki Takahiro2010-04-22
* Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, ratherTom Lane2010-04-21
* Only send cleanup_info messages if VACUUM removes any tuples.Simon Riggs2010-04-21
* Relax locking during GetCurrentVirtualXIDs(). Earlier improvementsSimon Riggs2010-04-21
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-21
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-21
* Move the check for whether walreceiver has authenticated as a superuserTom Lane2010-04-21
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-20
* Fix code that doesn't work on machines with strict alignment requirements:Tom Lane2010-04-20
* Rename standby_keep_segments to wal_keep_segments.Robert Haas2010-04-20
* Move the responsibility for calling StartupXLOG into InitPostgres, forTom Lane2010-04-20
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-19
* Check RecoveryInProgress() while holding ProcArrayLock during snapshots.Simon Riggs2010-04-19
* Fix uninitialized local variables. Not sure why gcc doesn't complain aboutTom Lane2010-04-19