Commit Graph

32041 Commits (dbbba5279f66f95805c1e084e6f646d174931e56)
 

Author SHA1 Message Date
Peter Eisentraut dbbba5279f Start using flexible array members 14 years ago
Heikki Linnakangas 78475b0eca Update README-SSI. Add a section to describe the "dangerous structure" that 14 years ago
Alvaro Herrera f3008c31f0 Fix typo 14 years ago
Tom Lane 307a4c2cbb Remove another no-longer-needed inclusion of predicate.h. 14 years ago
Heikki Linnakangas cb94db91b2 pgindent run of recent SSI changes. Also, remove an unnecessary #include. 14 years ago
Simon Riggs 758bd2a433 Respect Hot Standby controls while recycling btree index pages. 14 years ago
Tom Lane 1568fa75bc Use single quotes in preference to double quotes for protecting pathnames. 14 years ago
Tom Lane e1ccaff6ee Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling. 14 years ago
Bruce Momjian e3df3572f6 In pg_upgrade, clean up code layout in validateDirectoryOption(). 14 years ago
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