Commit Graph

35449 Commits (05cbce6f30b9037f035f76f5cdf45fca3e9dd012)
 

Author SHA1 Message Date
Heikki Linnakangas 05cbce6f30 Fix typo in comment. 12 years ago
Kevin Grittner 3f78b1715c Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE. 12 years ago
Magnus Hagander 62e28b3e41 Add tab completion for \dx in psql 12 years ago
Peter Eisentraut 229fb58d4f Treat timeline IDs as unsigned in replication parser 12 years ago
Peter Eisentraut 32f7c0ae17 Improve error message when view is not updatable 12 years ago
Tom Lane 1b1d3d92c3 Remove ph_may_need from PlaceHolderInfo, with attendant simplifications. 12 years ago
Bruce Momjian 5368a23eeb docs: document TRIM "comma" syntax 12 years ago
Kevin Grittner e2cd368678 Remove Assert that matview is not in system schema from REFRESH. 12 years ago
Peter Eisentraut 5e3e8e4daa Update Emacs configuration 12 years ago
Tom Lane 3d5282c6f0 Emit a log message if output is about to be redirected away from stderr. 12 years ago
Bruce Momjian b52cd9d022 9.3 release notes: move foreign table item 12 years ago
Bruce Momjian 808f8f5d6d pg_dump: avoid schema qualification for ALTER ... OWNER 12 years ago
Peter Eisentraut 527ea66849 PL/Python: Adjust the regression tests for Python 3.3 12 years ago
Bruce Momjian f738156f51 docs: mention Julian is midnight _UTC_ 12 years ago
Bruce Momjian 72039b1d8d Docs: Document to_*() Julian values are integers 12 years ago
Fujii Masao 0e65755c08 Document how auto_explain.log_timing can be changed. 12 years ago
Peter Eisentraut 072457b360 Message punctuation and pluralization fixes 12 years ago
Peter Eisentraut 9d775d8894 Message style improvements 12 years ago
Fujii Masao 91c3613d37 Fix assertion failure by an immediate shutdown. 12 years ago
Bruce Momjian f347f26807 pgtest: allow passing parameters, e.g. -s/--silent 12 years ago
Tom Lane 3ced8837db Simplify query_planner's API by having it return the top-level RelOptInfo. 12 years ago
Kevin Grittner 841c29c8b3 Various cleanups for REFRESH MATERIALIZED VIEW CONCURRENTLY. 12 years ago
Tom Lane 221e92f64c Make sure float4in/float8in accept all standard spellings of "infinity". 12 years ago
Alvaro Herrera 706f9dd914 Fix old visibility bug in HeapTupleSatisfiesDirty 12 years ago
Alvaro Herrera 88c556680c Fix crash in error report of invalid tuple lock 12 years ago
Robert Haas 05ee328d66 Fix typo in comment. 12 years ago
Bruce Momjian 43f6388931 pg_test_fsync: expand ops/sec display 12 years ago
Stephen Frost 8359ed806f Improve handling of pthread_mutex_lock error case 12 years ago
Kevin Grittner f31c149f13 Improve comments for IncrementalMaintenance DML enabling functions. 12 years ago
Robert Haas 149e38e5ee Assorted bgworker-related comment fixes. 12 years ago
Robert Haas 813fb03155 Remove SnapshotNow and HeapTupleSatisfiesNow. 12 years ago
Stephen Frost aad2a630b1 Add locking around SSL_context usage in libpq 12 years ago
Stephen Frost ddef1a39c6 Allow a context to be passed in for error handling 12 years ago
Alvaro Herrera a59516b631 Fix mis-indented lines 12 years ago
Alvaro Herrera 3142cf6dd5 Fix a couple of inconsequential typos in new header 12 years ago
Bruce Momjian 8eb29194fc pg_dump/pg_dumpall: remove unnecessary SQL trailing semicolons 12 years ago
Tom Lane d074b4e50d Fix regexp_matches() handling of zero-length matches. 12 years ago
Fujii Masao c876fb4241 Fix typo in comment. 12 years ago
Fujii Masao ee08a78a81 Fix inaccurate description of tablespace. 12 years ago
Noah Misch 16f38f72ab Restore REINDEX constraint validation. 12 years ago
Bruce Momjian 000b65fd2b pg_upgrade: clarify C comment about Windows thread struct pointers 12 years ago
Greg Stark 69b7d59a74 Sync ECPG with WITH ORDINALITY changes 12 years ago
Greg Stark c62736cc37 Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF) 12 years ago
Tom Lane 55cbfa5366 Fix contrib/cube and contrib/seg to build with bison 3.0. 12 years ago
Peter Eisentraut 626092a2e1 Message style improvements 12 years ago
Bruce Momjian 815fcd050f pg_upgrade: fix -j race condition on Windows 12 years ago
Bruce Momjian 5691de6c95 pg_upgrade docs: don't use cluster for binary/lib 12 years ago
Tom Lane 3d13623d75 Prevent leakage of SPI tuple tables during subtransaction abort. 12 years ago
Robert Haas fd27b99919 pgstattuple: Doc update for previous commit. 12 years ago
Robert Haas ed93feb808 Change currtid functions to use an MVCC snapshot, not SnapshotNow. 12 years ago