index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
Oops, we're working on version 9.2 already, not 9.1. Update the
Heikki Linnakangas
2011-08-10
*
If backup-end record is not seen, and we reach end of recovery from a
Heikki Linnakangas
2011-08-10
*
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-09
*
Change the way string relopts are allocated.
Heikki Linnakangas
2011-08-09
*
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-09
*
Correct the lie in pg_config.h.win32 about having inttypes.h.
Andrew Dunstan
2011-08-08
*
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-08-06
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
*
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-04
*
Make pgbench use erand48() rather than random().
Robert Haas
2011-08-03
*
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
*
Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.
Tom Lane
2011-08-02
*
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-23
*
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
*
Rewrite libxml error handling to be more robust.
Tom Lane
2011-07-20
*
Introduce sending servers as new category for replication params
Simon Riggs
2011-07-19
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-18
*
Add pg_opfamily_is_visible.
Robert Haas
2011-07-17
*
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-17
*
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-16
*
Change the way the offset of downlink is stored in GISTInsertStack.
Heikki Linnakangas
2011-07-15
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
*
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-07
*
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
*
Add \ir command to psql.
Robert Haas
2011-07-06
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Remove missed reference to SilentMode.
Tom Lane
2011-07-04
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-07-03
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
*
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
*
Modernise pg_hba.conf token processing
Alvaro Herrera
2011-06-28
*
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-27
*
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
*
Try again to make the visibility map crash safe.
Robert Haas
2011-06-27
*
Avoid having two copies of the HOT-chain search logic.
Robert Haas
2011-06-27
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Make the visibility map crash-safe.
Robert Haas
2011-06-21
*
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
Andrew Dunstan
2011-06-17
[next]