Commit Graph

24720 Commits (77a41e71a3550a438e579da170db86c61bd61e4b)
 

Author SHA1 Message Date
Tom Lane 856b87c294 Fix typo, ensable -> enable, per Steve Gieseking. 19 years ago
Bruce Momjian 06d5fddfbf Add documentation for pulling the CVS repository using rsync, and 19 years ago
Bruce Momjian 64652e8632 Update: 19 years ago
Bruce Momjian 997b3c1b5d Add: 19 years ago
Bruce Momjian 87d82561c5 Remove Andrew Yu copyright, with permission from author. 19 years ago
Bruce Momjian 9dd3ec6c3b Remove advertising clause from Berkeley BSD-licensed files, per 19 years ago
Bruce Momjian 357be8c974 Properly fix PORTNAME in configure. 19 years ago
Bruce Momjian 0b1e4f8530 User PORTNAME for win32 tests, rather than $template, for consistency. 19 years ago
Tom Lane b581b85406 Fix seriously broken markup for libpq-envars cross-references. 19 years ago
Tom Lane 55a7cf80a0 Allow non-superuser database owners to create procedural languages. 19 years ago
Teodor Sigaev 66daeb074b Add checking of end of line in parsing stopword list. Thanks to sharp eyes of Tom lane 19 years ago
Teodor Sigaev debb3aa8e9 Fix stopword and synonym files parsing bug in MSVC build, per report from 19 years ago
Tatsuo Ishii a6fbd2f12a Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL 19 years ago
Tom Lane 7ee8fd9113 Seems some people have been forgetting to run autoheader. 19 years ago
Tom Lane 66bbc2fdd5 Add -lcrypto as one of the possible link dependencies of libkrb5. 19 years ago
Tom Lane 287ed68dd2 Remove assertion that constraint_exclusion risks wrong answers if 19 years ago
Tom Lane dc1b8cea93 Fix plancache's invalidation callback to do the right thing for a SI 19 years ago
Tom Lane 1cc97d175c Make _SPI_execute_plan pass the query source string down to ProcessUtility 19 years ago
Tom Lane bf8236526b Remove the prohibition on executing cursor commands through SPI_execute. 19 years ago
Tom Lane e85a01df67 Clean up the representation of special snapshots by including a "method 19 years ago
Tatsuo Ishii 75c6519ff6 Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, 19 years ago
Bruce Momjian 7b4726e6c3 Add: 19 years ago
Bruce Momjian b72426d351 Add: 19 years ago
Magnus Hagander 8ca1571665 Support for installing NLS files, and update support to use gettext 19 years ago
Bruce Momjian 36d35a14df Document that LDAP URLs should be double-quoted in pg_hba.conf because 19 years ago
Magnus Hagander 5e37b4cb1a Install contrib sql and readme files 19 years ago
Magnus Hagander ecfb932a5a Properly parse the name of contrib modules that aren't named the same 19 years ago
Alvaro Herrera e019bbc9e8 Set the node properly, per Tom. 19 years ago
Alvaro Herrera a0abe87f1c Separate the code to start a new worker into its own function. The code is 19 years ago
Alvaro Herrera 6287eb7adc Separate fetch of pg_autovacuum tuple into its own function. 19 years ago
Alvaro Herrera 8aaecaf809 We no longer need to palloc the VacuumStmt node; keeping it on the stack is 19 years ago
Tom Lane 23a41573c4 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum 19 years ago
Tom Lane 547b6e537a Fix plancache so that any required replanning is done with the same 19 years ago
Tatsuo Ishii 4c35ec53a9 Allow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF) 19 years ago
Magnus Hagander 6b77e3a8cc Forgot commit: support for special-cases in pgcrypto 19 years ago
Magnus Hagander 3024b0aa94 Support for running contribcheck on msvc 19 years ago
Magnus Hagander e69f7f450c Generate SQL files for /contrib (based on .sql.in) 19 years ago
Magnus Hagander fb8155d0d2 Add define to exclude configured libraries, to be able to easily build a 19 years ago
Magnus Hagander 1ca6ab1c78 Remove headers for old sysv shmem emulation that I forgot. 19 years ago
Bruce Momjian 1e2bfb5811 Cleanup for procarray.c. 19 years ago
Bruce Momjian 404c00434c Add: 19 years ago
Bruce Momjian 9c51b922b6 Add comment that pg_dump 'append' format is used only by pg_dump, per 19 years ago
Bruce Momjian 760b988f9d Add to TODO: 19 years ago
Bruce Momjian ea3b212fee Commit newest version of xmlpath(). 19 years ago
Bruce Momjian f317a03734 In pg_dump, strcasecmp -> pg_strcasecmp. 19 years ago
Bruce Momjian e651bcf3f6 Add xmlpath() to evaluate XPath expressions, with namespaces support. 19 years ago
Tom Lane 4f896dac17 Arrange for PreventTransactionChain to reject commands submitted as part 19 years ago
Bruce Momjian 686956375a Allow the pgstat process to restart immediately after a receiving 19 years ago
Tom Lane a4127b713d Allow DROP TABLESPACE to succeed (with a warning) if the pg_tblspc symlink 19 years ago
Bruce Momjian 832b6d00e9 Properly enforce pg_dump -F formation options; only single letter or 19 years ago