aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix broken mmap failure-detection code, and improve error message.Robert Haas2012-06-28
* Dramatically reduce System V shared memory consumption.Robert Haas2012-06-28
* Add missing space in event_source GUC description.Robert Haas2012-06-28
* Make UtilityContainsQuery recurse until it finds a non-utility Query.Tom Lane2012-06-27
* Fix two more neglected comments, still referring to log/seg.Heikki Linnakangas2012-06-27
* I neglected many comments in the log+seg -> 64-bit segno patch. Fix.Heikki Linnakangas2012-06-27
* Allow pg_terminate_backend() to be used on backends with matching role.Robert Haas2012-06-26
* When LWLOCK_STATS is defined, count spindelays.Robert Haas2012-06-26
* Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.Tom Lane2012-06-26
* Make DROP FUNCTION hint more informative.Robert Haas2012-06-26
* Reduce use of heavyweight locking inside hash AM.Robert Haas2012-06-26
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Fix typo in DEBUG message, introduced by recent WAL refactoring.Robert Haas2012-06-25
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Oops. Remove stray paren.Heikki Linnakangas2012-06-24
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Allow WAL record header to be split across pages.Heikki Linnakangas2012-06-24
* Move WAL continuation record information to WAL page header.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* Repair comment mangled by a pgindent run long agoAlvaro Herrera2012-06-21
* Add a small cache of locks owned by a resource owner in ResourceOwner.Heikki Linnakangas2012-06-21
* Remove incomplete/incorrect support for zero-column foreign keys.Tom Lane2012-06-20
* Increase MAX_SYSCACHE_CALLBACKS from 20 to 32.Tom Lane2012-06-20
* Cache the results of ri_FetchConstraintInfo in a backend-local cache.Tom Lane2012-06-20
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-19
* Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane2012-06-19
* Improve comments about why SET DEFAULT triggers must recheck for matches.Tom Lane2012-06-18
* Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane2012-06-18
* Remove derived fields from RI_QueryKey, and do a bit of other cleanup.Tom Lane2012-06-18
* Update SQL spec references in ri_triggers code to match SQL:2008.Tom Lane2012-06-18
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-18
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-17
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Fix stats collector to recover nicely when system clock goes backwards.Tom Lane2012-06-17
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Add more message pluralizationPeter Eisentraut2012-06-15
* Improve readability and error messages in pg_backup_start_time.Robert Haas2012-06-14
* New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas2012-06-14
* During transaction cleanup, release locks before deleting files.Robert Haas2012-06-14
* Add new function log_newpage_buffer.Robert Haas2012-06-14
* Remove misplaced sanity check from heap_create().Robert Haas2012-06-14
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-14
* Revisit error message details for JSON input parsing.Tom Lane2012-06-13
* Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane2012-06-13
* Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane2012-06-13
* Support Linux's oom_score_adj API as well as the older oom_adj API.Tom Lane2012-06-13
* Improve documentation of postgres -C optionPeter Eisentraut2012-06-13
* Minor code review for json.c.Tom Lane2012-06-12