Commit Graph

32032 Commits (10db3de66eb226e9aed32e789abd532c41f0f471)
 

Author SHA1 Message Date
Tom Lane 10db3de66e Fix failure to account for memory used by tuplestore_putvalues(). 14 years ago
Tom Lane 31156ce8b9 Fix oversights in pg_basebackup's -z (compression) option. 14 years ago
Heikki Linnakangas 264a6b127a The rolled-back flag on serializable xacts was pointless and redundant with 14 years ago
Heikki Linnakangas 0a0e2b52a5 Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC 14 years ago
Peter Eisentraut 707195c8f4 Allow psql \d tab completion to complete all relation kinds 14 years ago
Peter Eisentraut da023acd1a Document that psql's \d also works with composite types 14 years ago
Bruce Momjian 776fa18359 In pg_upgrade, document that link mode has to have data directories on 14 years ago
Tom Lane a61b6b7d18 Fix assorted issues with build and install paths containing spaces. 14 years ago
Peter Eisentraut 90132f62a2 Remove unused variable 14 years ago
Peter Eisentraut efb224a439 Add comment that attributes.is_nullable was removed from SQL standard 14 years ago
Bruce Momjian 07d17a73ec In pg_upgrade, check there are no prepared transactions. 14 years ago
Alvaro Herrera 8cfd59dd65 Fix grammatical mistake introduced by previous commit 14 years ago
Alvaro Herrera fc7e99872c Mention DROP TABLE as well as ALTER TABLE NO INHERIT 14 years ago
Robert Haas c3ad1e8dbd Improve accuracy of ON_ERROR_STOP documentation. 14 years ago
Heikki Linnakangas 85ea93384a Oops, forgot to change the order of entries in 2PC callback arrays when I 14 years ago
Heikki Linnakangas b81831acbc Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr 14 years ago
Peter Eisentraut 030a2831a8 Move parse2.pl to parse.pl 14 years ago
Bruce Momjian 2fccc881a9 Document that bits to the right of the CIDR mask "should" be zero, not 14 years ago
Alvaro Herrera 8f59e023ef Fix aboriginal copy-paste mistake in error message 14 years ago
Alvaro Herrera a03feb9354 Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY 14 years ago
Robert Haas 2202891669 Remove parentheses from mention of current_schemas function. 14 years ago
Robert Haas 6b02ed66e2 Clarify that NATURAL without matching columns is like CROSS JOIN. 14 years ago
Robert Haas 2a89042142 Add doc cross-reference to search_path discussion of current_schemas(). 14 years ago
Robert Haas dfe8ec3ab9 Document GUC context for synchronous_standby_names/hot_standby_feedback. 14 years ago
Robert Haas d4c7e934df In ALTER EXTENSION docs, document left_type/right_type. 14 years ago
Robert Haas 9052e285b5 Markup fix. 14 years ago
Robert Haas 43ea23a346 More foreign table documentation improvements. 14 years ago
Heikki Linnakangas 13000b44d6 Remove now-unnecessary casts. 14 years ago
Robert Haas 5fe241c5f9 Corrections to ALTER FOREIGN TABLE documentation. 14 years ago
Robert Haas 47ebcecc3e Code cleanup for InitProcGlobal. 14 years ago
Robert Haas c878cbe158 Tab completion improvements for COMMENT. 14 years ago
Tom Lane c962792211 Stamp HEAD as 9.2devel. 14 years ago
Bruce Momjian a4bebdd926 Add C comment mentioning pg_stat_activity.procpid should have been 14 years ago
Tom Lane c2ba0121c7 Work around gcc 4.6.0 bug that breaks WAL replay. 14 years ago
Heikki Linnakangas cb2d158c58 Fix locking while setting flags in MySerializableXact. 14 years ago
Alvaro Herrera d69149ed71 Add comment about pg_ctl stop 14 years ago
Alvaro Herrera fba105b109 Use "transient" files for blind writes, take 2 14 years ago
Alvaro Herrera 3d114b63b2 Use a constant sprintf format to silence compiler warning 14 years ago
Heikki Linnakangas c79c570bd8 Small comment fixes and enhancements. 14 years ago
Bruce Momjian bb8f0c4b48 Mention "pg_ctl stop" in pgindent README instructions. 14 years ago
Tom Lane 829ae4bf83 Tag 9.1beta2. 14 years ago
Bruce Momjian 43958a0280 Ecpg doc cleanups, as reported by Marc Cousin. 14 years ago
Tom Lane e9c9a92068 Update 9.1 release notes to reflect commits through today. 14 years ago
Alvaro Herrera 9261557eb1 Revert "Use "transient" files for blind writes" 14 years ago
Alvaro Herrera 54d9e8c6c1 Use "transient" files for blind writes 14 years ago
Peter Eisentraut 74b1d29dd1 Translation updates for 9.1beta2 14 years ago
Heikki Linnakangas e1c26ab853 Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Bruce Momjian adf43b2b36 Update typedef list for upcoming pgindent run. 14 years ago
Magnus Hagander 3db963d760 Use the correct eventlog severity for error 14 years ago