Commit Graph

34296 Commits (0b77aebabfbe9155ea88ee9e11fa126315473b86)
 

Author SHA1 Message Date
Heikki Linnakangas 0b77aebabf Remove stray newline in comment. 13 years ago
Simon Riggs 2190377113 Use tablespace_option consistently on doc page 13 years ago
Simon Riggs 82e429794b Add microsecs/op display to pg_test_fsync utility 13 years ago
Tom Lane bc433317ae Fix lo_import and lo_export to return useful error messages more often. 13 years ago
Tom Lane f52c5165e1 Fix lo_export usage in example programs. 13 years ago
Tom Lane 0e924c007d Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. 13 years ago
Peter Eisentraut b6d4522296 Remove generation of repl_gram.h 13 years ago
Tom Lane 26fe56481c Code review for 64-bit-large-object patch. 13 years ago
Alvaro Herrera 878daf2e72 Fix thinko in previous commit 13 years ago
Alvaro Herrera 976fa10d20 Add support for easily declaring static inline functions 13 years ago
Robert Haas 08c8058ce9 Add #define for UUIDOID. 13 years ago
Heikki Linnakangas b28cc92d7d Say ANALYZE, not VACUUM, in error message on analyze in hot standby. 13 years ago
Heikki Linnakangas 9c0e2b9182 Fix walsender handling of postmaster shutdown, to not go into endless loop. 13 years ago
Tom Lane 95d035e66d Autoconfiscate selection of 64-bit int type for 64-bit large object API. 13 years ago
Andrew Dunstan ea72bb8ae5 Fix typo in previous MSC commit. 13 years ago
Tom Lane 1503333f8f Improve documentation about large-object functions. 13 years ago
Andrew Dunstan 33a7101281 Quiet a few MSC compiler warnings. 13 years ago
Tatsuo Ishii 7e2f8ed2b0 Fix compiling errors on Windows platform. Fix wrong usage of 13 years ago
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