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
*
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
*
More cleanup after failed reduced-lock-levels-for-DDL feature.
Tom Lane
2011-10-21
*
Try to log current the query string when a backend crashes.
Robert Haas
2011-10-21
*
Fix DROP OPERATOR FAMILY IF EXISTS.
Robert Haas
2011-10-21
*
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-10-20
*
Rewrite tab completion's previous-word fetching for more sanity.
Tom Lane
2011-10-20
*
Fix get_object_namespace() not to think extensions are "in" a schema.
Robert Haas
2011-10-20
*
Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.
Robert Haas
2011-10-19
*
Remove a few of the new DROP-IF-EXISTS regression tests.
Robert Haas
2011-10-19
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Add some more regression tests for DROP IF EXISTS.
Robert Haas
2011-10-19
*
Document that postmaster.opts is excluded from base backups
Robert Haas
2011-10-19
*
Suppress remaining -Waddress warnings from recent gcc versions.
Tom Lane
2011-10-18
*
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
*
Make the CHECKPOINT reference page more clear.
Robert Haas
2011-10-18
*
Reject empty pg_hba.conf files.
Tom Lane
2011-10-18
*
Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.
Tom Lane
2011-10-18
*
Fix pg_dump to dump casts between auto-generated types.
Tom Lane
2011-10-18
*
Exclude postmaster.opts from base backups
Magnus Hagander
2011-10-18
*
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
[next]