Commit Graph

34316 Commits (a29f7ed5544ef583747c0dcc3fc2afac1fb191ef)
 

Author SHA1 Message Date
Tom Lane a29f7ed554 Get rid of COERCE_DONTCARE. 13 years ago
Tom Lane 427fd88552 Fix unportable format string. 13 years ago
Tom Lane 71e58dcfb9 Make equal() ignore CoercionForm fields for better planning with casts. 13 years ago
Andrew Dunstan e583ffe947 Unbreak MSVC builds after recent Makefile refactoring. 13 years ago
Tom Lane 4816d2ea32 Fix cross-type case in partial row matching for hashed subplans. 13 years ago
Heikki Linnakangas 6f60fdd701 Improve replication connection timeouts. 13 years ago
Peter Eisentraut 8521d13194 Refactor flex and bison make rules 13 years ago
Peter Eisentraut ab112068b6 Remove _FORTIFY_SOURCE 13 years ago
Tom Lane c3bf3ea2b6 Remove configure-option-dependent test cases from dblink tests. 13 years ago
Tom Lane 864db11683 Update obsolete comment. 13 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 13 years ago
Tom Lane 392b2e5010 Update obsolete text in fdwhandler.sgml. 13 years ago
Bruce Momjian a9701a1d7d In pg_upgrade, issue proper error message when we can't open PG_VERSION. 13 years ago
Tom Lane a80889a735 Set procost to 10 for each of the pg_foo_is_visible() functions. 13 years ago
Tom Lane 3f88fa971a Fix PGXS support for building loadable modules on AIX. 13 years ago
Tom Lane 7e0cce0265 Remove unnecessary overhead in backend's large-object operations. 13 years ago
Heikki Linnakangas 2d8c81ac86 Fix silly bug in previous refactoring. 13 years ago
Heikki Linnakangas ff8f160bf4 Put the logic to wait for WAL in standby mode to a separate function. 13 years ago
Alvaro Herrera f7491616a9 restore permission bits 13 years ago
Alvaro Herrera f46baf601d Rename USE_INLINE to PG_USE_INLINE 13 years ago
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