Commit Graph

14036 Commits (5a87147173f60c0cfae61571e3de9e7c4d9d02cc)
 

Author SHA1 Message Date
Tom Lane b356b969ef Fix obsolete description of PGnotify struct. 24 years ago
Tom Lane 8f60f43f2e Department of second thoughts: make checks for replacing a view slightly 24 years ago
Bruce Momjian b4d24d78a9 No more need for 'privileges' file. 24 years ago
Bruce Momjian 88958ea875 Improve CVS log grouping. 24 years ago
Bruce Momjian e8b83190a1 Updated from Tom: 24 years ago
Bruce Momjian 75803a0163 Add check for Ant version >= 1.5. 24 years ago
Bruce Momjian 12e5b8dbcb Updates from Tom: 24 years ago
Tom Lane 460ee04956 Fix breakage introduced by evidently-completely-untested snprintf patch. 24 years ago
Tom Lane 6dff9bc97d Fix broken markup. 24 years ago
Tatsuo Ishii 9f09396c16 Fix conversion regressin test failure. 24 years ago
Bruce Momjian 0ee105bb4c Done: 24 years ago
Bruce Momjian a02780ffd0 Add missing dblink files. 24 years ago
Bruce Momjian 81631ac435 Fixes for intagg regression tests to match new array internal handling. 24 years ago
Bruce Momjian f68fe6716c In case Florian and I don't finish his changes to this contrib before 24 years ago
Bruce Momjian 1f8a63eb08 Update catversion so we are sure everyone gets the bytea LIKE fix. 24 years ago
Bruce Momjian 595a5a78e0 > Okay. When you get back to the original issue, the gold is hidden in 24 years ago
Bruce Momjian 81efc82608 This patch fixes a minor inaccuracy in the documentation: NOT NULL is 24 years ago
Bruce Momjian f1c1685b39 Tab completion in psql is missing the REINDEX command. 24 years ago
Bruce Momjian 7b8eb0b4f1 Attached is a fairly sizeable update to contrib/dblink. I'd love to get 24 years ago
Bruce Momjian a12b4e279b I checked all the previous string handling errors and most of them were 24 years ago
Bruce Momjian 48e1a39924 I guess the intention was to test incomplete SELECT statements, not 24 years ago
Bruce Momjian 92a162c088 Okay, attached is a patch that moves the alter table regression test 24 years ago
Bruce Momjian e82bcba5e0 Here's a doc patch for the new string functions recently committed -- 24 years ago
Bruce Momjian ab5fe2a91f Move pg_settings doc into the right section. 24 years ago
Bruce Momjian c7be7ffdb0 Here is a documentation patch for the pg_settings virtual table. If 24 years ago
Bruce Momjian 6aa4482f2f Attached is an update to contrib/tablefunc. It introduces a new 24 years ago
Bruce Momjian 9fd842c4b2 Add GUC variable to print original query to the server logs when there 24 years ago
Bruce Momjian 6a8babc206 Remove documentation that says debug_query_string is only used by 24 years ago
Bruce Momjian ed7f780016 Fix ordering regression problem on freebsd/alpha by adding ORDER BY. 24 years ago
Bruce Momjian f486f9241b Removed because we don't use cs() anymore on AIX: 24 years ago
Bruce Momjian 50938576d4 I tried to build PostgreSQL with the following step to see backends hung 24 years ago
Barry Lind 2232172e44 JDBC checkin fixing the following bugs: 24 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
Tom Lane 248c67d7ed CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. 24 years ago
Tom Lane c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers 24 years ago
Dave Cramer fcd34f9f7f patch from Thomas O'Dowd to ensure that connections are closed 24 years ago
Dave Cramer 422c2e38a1 testing for insertRow 24 years ago
Bruce Momjian 164e1bc913 Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for most 24 years ago
Dave Cramer 881390fff6 patch to allow insertRow on an empty resultSet 24 years ago
Dave Cramer 6a5168a7a1 Changed to reflect the current reality, ie we do support updateable resultsets 24 years ago
Bruce Momjian dd1dcf2362 Improve footer length computation for psql. 24 years ago
Bruce Momjian 548d646e65 Add log_duration to GUC/postgresql.conf. 24 years ago
Bruce Momjian f4abdd8212 Add: 24 years ago
Tom Lane 470a1048ec plpgsql functions can return RECORD, per Neil Conway. 24 years ago
Tom Lane 1903221517 Minor copy-editing. 24 years ago
Tom Lane 681ed4e2fe Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid 24 years ago
Bruce Momjian a03f9adb98 Remove mention of wal_files in a SHOW example. 24 years ago
Bruce Momjian d64e6392fb Remove code that suggested increasing wal_files. 24 years ago
Bruce Momjian ee8fcc57f6 Done: 24 years ago
Tom Lane 3c49c4b152 Mark the float8 -> int8 cast as implicit. This resolves the problem 24 years ago