index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-02
*
Initialize myProcLocks queues just once, at postmaster startup.
Robert Haas
2011-11-01
*
Preserve Var location information during flatten_join_alias_vars.
Tom Lane
2011-11-01
*
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
*
Comment changes to show bgwriter no longer performs checkpoints.
Simon Riggs
2011-11-01
*
Have checkpointer send stats once each processing loop.
Simon Riggs
2011-11-01
*
Update pg_upgrade comment on missing 'postgres' database.
Bruce Momjian
2011-11-01
*
Add new file for checkpointer.c
Simon Riggs
2011-11-01
*
Allow pg_upgrade to upgrade an old cluster that doesn't have a
Bruce Momjian
2011-11-01
*
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2011-11-01
*
Document that multiple LDAP servers can be specified
Magnus Hagander
2011-11-01
*
Stop btree indexscans upon reaching nulls in either direction.
Tom Lane
2011-10-31
*
Support more locale-specific formatting options in cash_out().
Tom Lane
2011-10-30
*
Further improvement of make_greater_string.
Tom Lane
2011-10-30
*
Update visibilitymap.c header comments.
Robert Haas
2011-10-29
*
Fix assorted bogosities in cash_in() and cash_out().
Tom Lane
2011-10-29
*
Improve make_greater_string() with encoding-specific incrementers.
Robert Haas
2011-10-29
*
Remove pg_upgrade dependency on the 'postgres' database existing in the
Bruce Momjian
2011-10-28
*
Allow hint bits to be set sooner for temporary and unlogged tables.
Robert Haas
2011-10-28
*
Demote some sanity checks in BufferIsValid() to assertions.
Robert Haas
2011-10-28
*
Remove hard-coded "\connect postgres" from pg_dumpall.
Robert Haas
2011-10-28
*
De-parallelize ecpg build some more.
Tom Lane
2011-10-28
*
Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.
Robert Haas
2011-10-28
*
Change "and and" to "and".
Robert Haas
2011-10-28
*
Clarify pg_upgrade error message that the 'postgres' database must exist
Bruce Momjian
2011-10-28
*
Update docs to point to the timezone library's new home at IANA.
Tom Lane
2011-10-27
*
Update pg_upgrade testing instructions.
Bruce Momjian
2011-10-27
*
Fix the number of lwlocks needed by the "fast path" lock patch. It needs
Heikki Linnakangas
2011-10-27
*
Avoid recursion while processing ELSIF lists in plpgsql.
Tom Lane
2011-10-27
*
Add simple script to check for right recursion in Bison grammars.
Tom Lane
2011-10-27
*
Typo fixes.
Tom Lane
2011-10-26
*
Improve planner's ability to recognize cases where an IN's RHS is unique.
Tom Lane
2011-10-26
*
Fix pg_bsd_indent bug where newlines were not being trimmed from typedef
Bruce Momjian
2011-10-26
*
Implement streaming xlog for backup tools
Magnus Hagander
2011-10-26
*
MingW doesn't support wcstombs_s()...
Magnus Hagander
2011-10-26
*
Change FK trigger naming convention to fix self-referential FKs.
Tom Lane
2011-10-26
*
Change FK trigger creation order to better support self-referential FKs.
Tom Lane
2011-10-26
*
Fix typo
Magnus Hagander
2011-10-25
*
Make event_source visible on all platforms
Magnus Hagander
2011-10-25
*
Remove argument decoration that appears unsupported on mingw
Magnus Hagander
2011-10-25
*
Support configurable eventlog application names on Windows
Magnus Hagander
2011-10-25
*
Add debugging aid in isolationtester
Alvaro Herrera
2011-10-24
*
Make TABLE tab complation in psql include all relations
Magnus Hagander
2011-10-24
*
Make psql support tab completion of EXECUTE <prepared-statement-name>.
Tom Lane
2011-10-23
*
Improve git_changelog's handling of inconsistent commit orderings.
Tom Lane
2011-10-23
*
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-10-23
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
*
Fix overly-complicated usage of errcode_for_file_access().
Heikki Linnakangas
2011-10-22
*
Code review for pgstat_get_crashed_backend_activity patch.
Tom Lane
2011-10-21
[next]