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
*
In pg_upgrade, check there are no prepared transactions.
Bruce Momjian
2011-06-14
*
Fix grammatical mistake introduced by previous commit
Alvaro Herrera
2011-06-14
*
Mention DROP TABLE as well as ALTER TABLE NO INHERIT
Alvaro Herrera
2011-06-14
*
Improve accuracy of ON_ERROR_STOP documentation.
Robert Haas
2011-06-14
*
Oops, forgot to change the order of entries in 2PC callback arrays when I
Heikki Linnakangas
2011-06-14
*
Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr
Heikki Linnakangas
2011-06-14
*
Move parse2.pl to parse.pl
Peter Eisentraut
2011-06-14
*
Document that bits to the right of the CIDR mask "should" be zero, not
Bruce Momjian
2011-06-13
*
Fix aboriginal copy-paste mistake in error message
Alvaro Herrera
2011-06-13
*
Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY
Alvaro Herrera
2011-06-13
*
Remove parentheses from mention of current_schemas function.
Robert Haas
2011-06-13
*
Clarify that NATURAL without matching columns is like CROSS JOIN.
Robert Haas
2011-06-13
*
Add doc cross-reference to search_path discussion of current_schemas().
Robert Haas
2011-06-13
*
Document GUC context for synchronous_standby_names/hot_standby_feedback.
Robert Haas
2011-06-13
*
In ALTER EXTENSION docs, document left_type/right_type.
Robert Haas
2011-06-13
*
Markup fix.
Robert Haas
2011-06-13
*
More foreign table documentation improvements.
Robert Haas
2011-06-13
*
Remove now-unnecessary casts.
Heikki Linnakangas
2011-06-12
*
Corrections to ALTER FOREIGN TABLE documentation.
Robert Haas
2011-06-12
*
Tab completion improvements for COMMENT.
Robert Haas
2011-06-11
*
Add C comment mentioning pg_stat_activity.procpid should have been
Bruce Momjian
2011-06-11
*
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
*
Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas
2011-06-10
*
Add comment about pg_ctl stop
Alvaro Herrera
2011-06-10
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
*
Use a constant sprintf format to silence compiler warning
Alvaro Herrera
2011-06-10
*
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-10
*
Mention "pg_ctl stop" in pgindent README instructions.
Bruce Momjian
2011-06-09
*
Tag 9.1beta2.
REL9_1_BETA2
Tom Lane
2011-06-09
*
Ecpg doc cleanups, as reported by Marc Cousin.
Bruce Momjian
2011-06-09
*
Update 9.1 release notes to reflect commits through today.
Tom Lane
2011-06-09
*
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
*
Use "transient" files for blind writes
Alvaro Herrera
2011-06-09
*
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
*
Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass
Heikki Linnakangas
2011-06-09
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Update typedef list for upcoming pgindent run.
Bruce Momjian
2011-06-09
*
Use the correct eventlog severity for error
Magnus Hagander
2011-06-09
*
Support silent mode for service registrations on win32
Magnus Hagander
2011-06-09
*
Add gitignore for mingw/cygwin build outputs
Magnus Hagander
2011-06-09
*
Mark the SLRU page as dirty when setting an entry in pg_serial. In the
Heikki Linnakangas
2011-06-09
*
Fix documentation of information_schema.element_types
Peter Eisentraut
2011-06-09
*
Make citext's equality and hashing functions collation-insensitive.
Tom Lane
2011-06-08
*
Reorder pg_ctl promote after pg_ctl status
Peter Eisentraut
2011-06-08
*
Allow domains over arrays to match ANYARRAY parameters again.
Tom Lane
2011-06-08
*
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-08
*
Complain politely about access temp/unlogged tables during recovery.
Robert Haas
2011-06-07
*
Revert psql bits to display NOT VALID for FKs
Alvaro Herrera
2011-06-07
*
Make ascii-art in comments pgindent-safe, and some other formatting changes.
Heikki Linnakangas
2011-06-07
*
Fix rewriter to cope (more or less) with CTEs in the query being rewritten.
Tom Lane
2011-06-07
[next]