Commit Graph

28914 Commits (b7888758d85f77388ca0ffd26ee37655e90d695c)
 

Author SHA1 Message Date
Itagaki Takahiro effcafeaa1 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Teodor Sigaev 3b530d90d5 Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro 634b1614a0 Ensure default-only storage parameters for TOAST relations 16 years ago
Michael Meskes 32c6702f4d Data returned by RETURNING clause wasn't correctly processed by ecpg. Patch backported from HEAD. 16 years ago
Andrew Dunstan f28dd96cde Fix regression test name for plperlu_plperl in msvc. 16 years ago
Itagaki Takahiro 442d94142c Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Andrew Dunstan 619360f59b Run recently backported plperlu_plperl regression tests when building with MSVC on releases 8.4 and 8.3. Regression tests weren't supported before that. 16 years ago
Tom Lane f8fc6082b4 Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats(). 16 years ago
Tom Lane b7d7df63c8 Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 16 years ago
Tom Lane 813cd7cb1f Rejigger mergejoin logic so that a tuple with a null in the first merge column 16 years ago
Tom Lane 1fa43c594f Change ps_status.c to explicitly track the current logical length of ps_buffer. 16 years ago
Tom Lane 8ca22ee11c Make CREATE INDEX run expression preprocessing on a proposed index expression 16 years ago
Tom Lane bb6e270ae3 Fix oversight in construction of sort/unique plans for UniquePaths. 16 years ago
Magnus Hagander 0870648c2f Change the "N. Central Asia Standard Time" timezone to map to 16 years ago
Magnus Hagander 7829e81238 Refer to pg_ident.conf as config file for username mapping, as it's 16 years ago
Andrew Dunstan 58ae67ed2e > Follow up a visit from the style police. 16 years ago
Robert Haas dfeaceb2df Fix longstanding typo in V1 calling conventions documentation. 16 years ago
Tom Lane 439bdd151f Improve documentation of pg_restore's -l and -L switches to point out their 16 years ago
Heikki Linnakangas 24bd638ed0 Fix typos in comments, spotted by Josh Kupershmidt. 16 years ago
Marc G. Fournier c302ed9e4e tag 8.4.4 16 years ago
Andrew Dunstan 5328277894 Fix MSVC builds for recent plperl changes. Go back to version 8.2, which is 16 years ago
Tom Lane 9d4e01ca3e Update release notes with security issues. 16 years ago
Tom Lane 0554358756 Use an entity instead of non-ASCII letter. Thom Brown 16 years ago
Tom Lane 099aff05c3 Use "TOAST table" in place of the vague, not-used-elsewhere phrase 16 years ago
Tom Lane a5389c1ad5 Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless 16 years ago
Andrew Dunstan bfdfc4ecd3 Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is 16 years ago
Magnus Hagander 08c3330cbc Fix some spelling errors. 16 years ago
Peter Eisentraut df17169ec3 Translation update 16 years ago
Tom Lane a4da7e2139 Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 16 years ago
Tom Lane 48b715110b Update time zone data files to tzdata release 2010j: DST law changes in 16 years ago
Tom Lane fa3d0dd60a Add PKST to the default set of timezone abbreviations. 16 years ago
Tom Lane f6f32867af Cause the archiver process to adopt new postgresql.conf settings (particularly 16 years ago
Itagaki Takahiro 871a6086b1 Set per-function GUC settings during validating the function. 16 years ago
Tom Lane e0ed3d2aa5 Suppress signed-vs-unsigned-char warning. 16 years ago
Tom Lane 191c52a27b Work around a subtle portability problem in use of printf %s format. 16 years ago
Michael Meskes aa4a0e6fc3 ECPG connect routine only checked for NULL to find empty parameters, but user and password can also be "". 16 years ago
Tom Lane 25c139623a Fix psql to not go into infinite recursion when expanding a variable that 16 years ago
Heikki Linnakangas e761afaba4 Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru. 16 years ago
Tom Lane 62938d6cc8 Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum 16 years ago
Tom Lane 3d94d77159 Add code to InternalIpcMemoryCreate() to handle the case where shmget() 16 years ago
Tom Lane b814c659b2 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 16 years ago
Robert Haas a696df1b57 Provide better guidance for adjusting shared_buffers. 16 years ago
Heikki Linnakangas b2bc12af46 On Windows, syslogger runs in two threads. The main thread processes config 16 years ago
Tom Lane 9df6127bcf Fix psql's \copy to not insert spaces around dots and commas in the text of 16 years ago
Peter Eisentraut b6953bc189 IP port -> TCP port 16 years ago
Tom Lane acbee0efbc Fix plpgsql's exec_eval_expr() to ensure it returns a sane type OID 16 years ago
Tom Lane b090207cde Fix a problem introduced by my patch of 2010-01-12 that revised the way 16 years ago
Magnus Hagander 0e1acba2e6 Clean up inconsistent commas 16 years ago
Magnus Hagander 2896cbdba5 Update list of Windows timezones we try to match localized names against 16 years ago
Magnus Hagander f93f913938 Proceed to look for the next timezone when matching a localized 16 years ago