Commit Graph

21628 Commits (3a9c81e3e98face721b9eda39fe1bb72258ec052)
 

Author SHA1 Message Date
Bruce Momjian 3a9c81e3e9 Update release notes for 8.1.3. 20 years ago
Tom Lane b919f3fcbb Check that SID is enabled while checking for Windows admin privileges. 20 years ago
Tom Lane 2d26c4be8e Change search for default operator classes so that it examines all opclasses 20 years ago
Tom Lane f9e03aa8e9 Provide the libpq error message when PQputline or PQendcopy fails. 20 years ago
Tom Lane f527f082c5 Reject out-of-range dates in date_in(). 20 years ago
Bruce Momjian cfcf54ac89 Fix HTML alignment in PQprint. 20 years ago
Bruce Momjian 763b9c1901 Fix PQprint HTML tag, "centre" -> "center". 20 years ago
Tom Lane 7d41ef1a92 Fix pg_restore to properly discard COPY data when trying to continue 20 years ago
Bruce Momjian c75c372c58 Fix typo in configuration docs. 20 years ago
Bruce Momjian 3bf6284f10 Update PL/pgSQL trigger example to be clearer about how to "merge" data 20 years ago
Bruce Momjian 180b23cb22 Fix const cast in get_progname(). 20 years ago
Bruce Momjian bc1c9adbda Set progname early in the postmaster/postgres binary, rather than doing 20 years ago
Tom Lane 2aa231be9e Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. 20 years ago
Tom Lane ecde4216c9 Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY 20 years ago
Tom Lane 0ab9d3a3e1 When building a bitmap scan, must copy the bitmapqualorig expression tree 20 years ago
Tom Lane 2d98f46255 Fix code that checks to see if an index can be considered to match the query's 20 years ago
Andrew Dunstan 18d6948858 Undo perl's nasty locale setting on Windows. Since we can't do that as 20 years ago
Neil Conway 81dbda0792 Per a bug report from Theo Schlossnagle, plperl_return_next() leaks 20 years ago
Tom Lane 108a2e51c9 Fix display of whole-row Var appearing at the top level of a SELECT list. 20 years ago
Tom Lane f31a58481c Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant 20 years ago
Tom Lane b34608fbdd Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro 20 years ago
Tom Lane 16582d3834 Repair longstanding bug in slru/clog logic: it is possible for two backends 20 years ago
Tom Lane 4977c2b31b Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Bruce Momjian 4a651c9705 Update EXPLAIN wording for GEQO usage. 20 years ago
Tom Lane 517056bd08 Fix thinko in autovacuum's test to skip temp tables: want to skip any 20 years ago
Bruce Momjian 936433ba53 Doc patch that adds an example of a correllated UPDATE. 20 years ago
Bruce Momjian b148ce8a4a Clarify STABLE function documentation to highlight how such functions 20 years ago
Tom Lane 337cc41236 Add some test scaffolding to allow cache-flush stress testing (and I do 20 years ago
Bruce Momjian 36cdb24f31 Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. 20 years ago
Bruce Momjian 128cd9df38 Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. 20 years ago
Tom Lane ab2cd7266b Avoid crashing if relcache flush occurs while trying to load data into an 20 years ago
Bruce Momjian b5dc7165fe Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, 20 years ago
Tom Lane 7618330c6d It turns out that TablespaceCreateDbspace fails badly if a relcache flush 20 years ago
Tom Lane 49a263011a Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). 20 years ago
Bruce Momjian 2e2c4f424f Clarify use of btree indexes for ILIKE and ~*. 20 years ago
Tom Lane 0bfd90ff32 Modify pgstats code to reduce performance penalties from oversized stats data 20 years ago
Tom Lane 9e72b3c2c5 Fix fsync code to test whether F_FULLFSYNC is available, instead of 20 years ago
Tom Lane 7b3d9367b4 Repair problems with the result of lookup_rowtype_tupdesc() possibly being 20 years ago
Neil Conway afe91cae6c When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not 20 years ago
Peter Eisentraut 5032245807 Fix pg_ctl crash on "unregister" when a data directory is not specified. 20 years ago
Neil Conway 5dc3d1b0be We neglected to apply domain constraints on UNKNOWN parameters to 20 years ago
Tom Lane a933c4e59e Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 20 years ago
Tom Lane e2c60a2cfe Use a more bulletproof test for whether finite() and isinf() are present. 20 years ago
Tom Lane 34b0ac6ada Remove extraneous backslash from 'fixseq.sql' example --- mea culpa 20 years ago
Tom Lane db55a807de Improve error messages for missing-FROM-entry cases, as per recent discussion. 20 years ago
Neil Conway e838df6ff8 In PLy_function_build_args(), the code loops repeatedly, constructing 20 years ago
Tom Lane d3934a3f38 Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 20 years ago
Andrew Dunstan ed47146f1e Stop perl from hijacking stdio and other stuff on Windows. 20 years ago
Tom Lane e1926aa91e Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 20 years ago
Tom Lane c66f4ec569 During CatCacheRemoveCList, we must now remove any members that are 20 years ago