summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-10-09Remove stray newline in comment.Heikki Linnakangas
2012-10-09Fix lo_import and lo_export to return useful error messages more often.Tom Lane
2012-10-09Fix lo_export usage in example programs.Tom Lane
2012-10-09Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters.Tom Lane
2012-10-09Remove generation of repl_gram.hPeter Eisentraut
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Fix thinko in previous commitAlvaro Herrera
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-10-08Add #define for UUIDOID.Robert Haas
2012-10-08Say ANALYZE, not VACUUM, in error message on analyze in hot standby.Heikki Linnakangas
2012-10-08Fix walsender handling of postmaster shutdown, to not go into endless loop.Heikki Linnakangas
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-10-07Fix typo in previous MSC commit.Andrew Dunstan
2012-10-07Quiet a few MSC compiler warnings.Andrew Dunstan
2012-10-07Fix compiling errors on Windows platform. Fix wrong usage ofTatsuo Ishii
2012-10-07Bump up catalog vesion due to 64-bit large object API functionsTatsuo Ishii
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-05Fixed test for array boundary.Michael Meskes
2012-10-05Use the regular main processing loop also in walsenders.Heikki Linnakangas
2012-10-05getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.Tom Lane
2012-10-05PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut
2012-10-05Remove redundant code for getnameinfo() replacementPeter Eisentraut
2012-10-04Make CREATE AGGREGATE complain if the initcond is invalid for the datatype.Tom Lane
2012-10-04Fix parse location tracking for lists that can be empty.Tom Lane
2012-10-04Fix typo in comment, and reword it slightly while we're at it.Heikki Linnakangas
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-10-03Avoid planner crash/Assert failure with joins to unflattened subqueries.Tom Lane
2012-10-03REASSIGN OWNED: consider grants on tablespaces, tooAlvaro Herrera
2012-10-03Return the number of rows processed when COPY is executed through SPI.Heikki Linnakangas
2012-10-03Fix two bugs introduced in the xlog.c split.Heikki Linnakangas
2012-10-03Improve some LDAP authentication error messagesPeter Eisentraut
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-10-02Fix typo in previous warning-silencing patch.Heikki Linnakangas
2012-10-02Silence compiler warning about pointer type mismatch on some platforms.Heikki Linnakangas
2012-10-02Allow a few seconds for Windows to catch up with a directory rename when chec...Andrew Dunstan
2012-10-02Add #includes needed on some platforms in the new files.Heikki Linnakangas
2012-10-02Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas
2012-10-02Fix access past end of string in date parsing.Heikki Linnakangas
2012-10-01Add C comment that IsBackendPid() is called by external modules, so weBruce Momjian
2012-10-01Remove collations from generic ALTER testAlvaro Herrera
2012-10-01Provide some static-assertion functionality on all compilers.Tom Lane
2012-09-30Add infrastructure for compile-time assertions about variable types.Tom Lane
2012-09-30psql: Mark table headers in \drds output for translationPeter Eisentraut
2012-09-30Disable _FORTIFY_SOURCE with ICCPeter Eisentraut
2012-09-29Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane
2012-09-29Add _FORTIFY_SOURCE to default compiler options for linux templatePeter Eisentraut
2012-09-29PL/Python: Remove workaround for returning booleans in Python <2.3Peter Eisentraut