Commit Graph

26600 Commits (bbe2168e658fb666777e408d752fd16cd996c8e4)
 

Author SHA1 Message Date
Andrew Dunstan bbe2168e65 Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4. 17 years ago
Tom Lane d9a00ebbba Try to defend against the possibility that libpq is still in COPY_IN state 17 years ago
Heikki Linnakangas b1fc543b5d Fast shutdown stop should forcibly disconnect any active backends, even 17 years ago
Magnus Hagander 4f9bb2766d Make sure FD_SETSIZE is set before we include any Windows 17 years ago
Tom Lane e9d2f68632 Fix a thinko introduced into CountActiveBackends by a recent patch: 17 years ago
Teodor Sigaev fe37cbb841 Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by 17 years ago
Peter Eisentraut def9d5f749 Fix the fix for the gist error message 17 years ago
Alvaro Herrera a88b390236 Install src/include/utils/fmgroids.h on VPATH builds too. 17 years ago
Tom Lane d7bc5e3077 Repair bug #4926 "too few pathkeys for mergeclauses". This example shows 17 years ago
Tom Lane b5f32d8dae Do a conditional SPI_push/SPI_pop when replanning a query in 17 years ago
Tom Lane 1201008103 Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Heikki Linnakangas 96ee4c9726 Fix ancient bug in handling of to_char modifier 'TH', when used with HH. 17 years ago
Magnus Hagander e3eb8f6cc2 Disallow empty passwords in LDAP authentication, the same way 17 years ago
Tom Lane 462c280f16 Fix an ancient error in dist_ps (distance from point to line segment), which 17 years ago
Heikki Linnakangas d35386432e Fix error in comment. Fujii Masao 17 years ago
Tom Lane 5b2e5fed50 Change test tables in copy2 regression test to be temporary tables. 17 years ago
Tom Lane aebb4edd79 Update time zone data files to tzdata release 2009i: DST law changes in 17 years ago
Peter Eisentraut 2b2a333f0e Improve capitalization and punctuation in recently added GiST message. 17 years ago
Tom Lane 8882a467f0 Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan 17 years ago
Tom Lane 469a4875d4 Fix cash_in() to behave properly in locales where frac_digits is zero, 17 years ago
Tom Lane 96c6b333b1 Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from 17 years ago
Alvaro Herrera 84814ef089 Fix typo, per Tom 17 years ago
Alvaro Herrera 2be1e5c9c4 Dynamically set a lower bound on autovacuum nap time so that we don't rebuild 17 years ago
Peter Eisentraut c31c81cee6 Fix map_sql_table_to_xmlschema() with dropped attributes. 17 years ago
Andrew Dunstan abf4b00a87 Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and to remove compilation warning. Backpatch the release 7.4 17 years ago
Tom Lane b2ec4f2ad6 GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros 17 years ago
Andrew Dunstan 101430d291 Search for versioned perl library instead of using hardcoded name on Windows. Backpatch to release 8.3 17 years ago
Andrew Dunstan 16f4994ff0 Initialise perl library as documented in perl API. Backpatch to release 7.4. 17 years ago
Heikki Linnakangas c0dd9f7a3c Only recycle normal files in pg_xlog as WAL segments. pg_standby creates 17 years ago
Tom Lane 6b4a3a7700 Fix LIKE's special-case code for % followed by _. I'm not entirely sure that 17 years ago
Heikki Linnakangas 8e4862b422 Update relpages and reltuples estimates in stand-alone ANALYZE, even if 17 years ago
Tom Lane 9497c7a744 Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, and 17 years ago
Tom Lane dd60bca4b0 Partially revert my patch of 2008-11-12 that installed a limit on the number 17 years ago
Heikki Linnakangas b6ecee27db Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise 17 years ago
Magnus Hagander 6225c80d39 Make the win32 shared memory code try 10 times instead of one if 17 years ago
Magnus Hagander 8f1555e690 Call SetLastError(0) before calling the file mapping functions 17 years ago
Tom Lane 4df4ffe326 Fix pg_resetxlog to remove archive status files along with WAL segment files. 17 years ago
Tom Lane 252d2b1e4e Split the release notes into a separate file for each (active) major branch, 17 years ago
Tom Lane d4f9678ce8 When checking for datetime field overflow, we should allow a fractional-second 17 years ago
Tom Lane 8f61f0b843 Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 17 years ago
Bruce Momjian 0fca584ac8 Remove HELIOS Software GmbH name and copyright from AIX dynloader files, 17 years ago
Tom Lane f3676bcee5 Fix textsearch documentation examples to not recommend concatenating separate 17 years ago
Tom Lane 57af05af0e Fix planner to restore its previous level of intelligence about pushing 17 years ago
Magnus Hagander e43d79b78a Remove beer-ware license from crypt-md5.c, per 17 years ago
Tom Lane 88e08832ec Update time zone data files to tzdata release 2009e: DST law changes in 17 years ago
Tom Lane 03baf4dd81 Fix contrib/pg_freespacemap's underestimate of the number of pages it 17 years ago
Tom Lane a1fd16a5f6 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Teodor Sigaev 2e2bc0fda5 Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense 17 years ago
Tom Lane fd8589c1f8 Rewrite interval_hash() so that the hashcodes are equal for values that 17 years ago
Tom Lane f7730d0e11 Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on 17 years ago