Commit Graph

34278 Commits (b51a65f5bf4b68bc91d33d88108837d13d29df98)
 

Author SHA1 Message Date
Tatsuo Ishii b51a65f5bf Bump up catalog vesion due to 64-bit large object API functions 13 years ago
Tatsuo Ishii 461ef73f09 Add API for 64-bit large object access. Now users can access up to 13 years ago
Peter Eisentraut ae835c7d6e Improve LDAP authentication documentation 13 years ago
Michael Meskes 1045af95e7 Removed sentence about not being able to retrieve more than one row at a time, 13 years ago
Michael Meskes 6e41fa2e5c Fixed test for array boundary. 13 years ago
Heikki Linnakangas fd5942c18f Use the regular main processing loop also in walsenders. 13 years ago
Tom Lane 1997f34db4 getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too. 13 years ago
Peter Eisentraut 05346c131a PL/pgSQL: rename gram.y to pl_gram.y 13 years ago
Peter Eisentraut c424d0d105 Remove redundant code for getnameinfo() replacement 13 years ago
Tom Lane e1e60694b4 Make CREATE AGGREGATE complain if the initcond is invalid for the datatype. 13 years ago
Tom Lane 707263542e Fix parse location tracking for lists that can be empty. 13 years ago
Tom Lane 7e389f73d1 Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. 13 years ago
Heikki Linnakangas 1a956481ba Fix typo in comment, and reword it slightly while we're at it. 13 years ago
Tom Lane fb34e94d21 Support CREATE SCHEMA IF NOT EXISTS. 13 years ago
Alvaro Herrera 994c36e01d refactor ALTER some-obj SET OWNER implementation 13 years ago
Tom Lane 1f91c8ca1d Avoid planner crash/Assert failure with joins to unflattened subqueries. 13 years ago
Alvaro Herrera fe3b5eb08a REASSIGN OWNED: consider grants on tablespaces, too 13 years ago
Heikki Linnakangas e1be1df51f Add --sampling-rate option to pgbench. 13 years ago
Heikki Linnakangas 7ae1815961 Return the number of rows processed when COPY is executed through SPI. 13 years ago
Heikki Linnakangas bc1229c832 Fix two bugs introduced in the xlog.c split. 13 years ago
Peter Eisentraut 6bd176095b Improve some LDAP authentication error messages 13 years ago
Bruce Momjian ce75457949 In pg_upgrade, use full path name for analyze_new_cluster.sh script. 13 years ago
Tom Lane 09ac603c36 Work around unportable behavior of malloc(0) and realloc(NULL, 0). 13 years ago
Alvaro Herrera 2164f9a125 Refactor "ALTER some-obj SET SCHEMA" implementation 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Heikki Linnakangas 779f80b75d Fix typo in previous warning-silencing patch. 13 years ago
Bruce Momjian 8a7598091a In pg_upgrade, improve error reporting when the number of relation 13 years ago
Bruce Momjian ac96b851ec Adjust pg_upgrade query so toast tables related to system catalog schema 13 years ago
Bruce Momjian b61837a49f In pg_upgrade, try to convert the locale names to canonical form before 13 years ago
Heikki Linnakangas 2a4bbed7b8 Silence compiler warning about pointer type mismatch on some platforms. 13 years ago
Andrew Dunstan 06623df63b Allow a few seconds for Windows to catch up with a directory rename when checking pg_upgrade. 13 years ago
Heikki Linnakangas 93b6d78cf0 Add #includes needed on some platforms in the new files. 13 years ago
Heikki Linnakangas d5497b95f3 Split off functions related to timeline history files and XLOG archiving. 13 years ago
Heikki Linnakangas 0899556e92 Fix access past end of string in date parsing. 13 years ago
Bruce Momjian dbdb2172a0 Add C comment that IsBackendPid() is called by external modules, so we 13 years ago
Alvaro Herrera ece26987c2 Remove collations from generic ALTER test 13 years ago
Heikki Linnakangas 2ad881f054 The max shared_buffers value that initdb will choose was raised, update docs. 13 years ago
Tom Lane 0d0aa5d291 Provide some static-assertion functionality on all compilers. 13 years ago
Tom Lane ea473fb2de Add infrastructure for compile-time assertions about variable types. 13 years ago
Peter Eisentraut 26fd82ddf1 psql: Mark table headers in \drds output for translation 13 years ago
Peter Eisentraut 97ec962157 Disable _FORTIFY_SOURCE with ICC 13 years ago
Tom Lane ff75219e9f Fix bugs in "restore.sql" script emitted in pg_dump tar output. 13 years ago
Peter Eisentraut 997fa75d6b Add _FORTIFY_SOURCE to default compiler options for linux template 13 years ago
Peter Eisentraut be0dfbad36 PL/Python: Remove workaround for returning booleans in Python <2.3 13 years ago
Peter Eisentraut db0af74af2 PL/Python: Convert oid to long/int 13 years ago
Alvaro Herrera 811ca1300b Add alternative expected output for alter_generic 13 years ago
Andrew Dunstan 6e9876dc32 Remove checks for now long outdated compilers. 13 years ago
Alvaro Herrera ff7e5b4841 Add alter_generic regression test 13 years ago
Tom Lane 05b555d12b Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 13 years ago
Peter Eisentraut edc9109c42 Produce textual error messages for LDAP issues instead of numeric codes 13 years ago