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