aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Improve some LDAP authentication error messagesPeter Eisentraut2012-10-02
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-02
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Fix typo in previous warning-silencing patch.Heikki Linnakangas2012-10-02
* Silence compiler warning about pointer type mismatch on some platforms.Heikki Linnakangas2012-10-02
* Allow a few seconds for Windows to catch up with a directory rename when chec...Andrew Dunstan2012-10-02
* Add #includes needed on some platforms in the new files.Heikki Linnakangas2012-10-02
* Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas2012-10-02
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-02
* Add C comment that IsBackendPid() is called by external modules, so weBruce Momjian2012-10-01
* Remove collations from generic ALTER testAlvaro Herrera2012-10-01
* Provide some static-assertion functionality on all compilers.Tom Lane2012-09-30
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-30
* psql: Mark table headers in \drds output for translationPeter Eisentraut2012-09-29
* Disable _FORTIFY_SOURCE with ICCPeter Eisentraut2012-09-29
* Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane2012-09-29
* Add _FORTIFY_SOURCE to default compiler options for linux templatePeter Eisentraut2012-09-29
* PL/Python: Remove workaround for returning booleans in Python <2.3Peter Eisentraut2012-09-29
* PL/Python: Convert oid to long/intPeter Eisentraut2012-09-29
* Add alternative expected output for alter_genericAlvaro Herrera2012-09-29
* Remove checks for now long outdated compilers.Andrew Dunstan2012-09-28
* Add alter_generic regression testAlvaro Herrera2012-09-28
* Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Produce textual error messages for LDAP issues instead of numeric codesPeter Eisentraut2012-09-27
* Fix btmarkpos/btrestrpos to handle array keys.Tom Lane2012-09-27
* Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera2012-09-27
* Run check_keywords.pl anytime gram.c is rebuilt.Tom Lane2012-09-26
* Make plpgsql's unreserved keywords more unreserved.Tom Lane2012-09-26
* Add new EVENT keyword to unreserved_keyword production.Tom Lane2012-09-26
* Add support for include_dir in config file.Heikki Linnakangas2012-09-24
* Prevent emitting "ALTER VIEW foo SET ()".Tom Lane2012-09-24
* RELEASE_NOTES: Fix typoAlvaro Herrera2012-09-23
* Update translation updates instructionsPeter Eisentraut2012-09-22
* Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane2012-09-22
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas2012-09-21
* Fix obsolete comment.Heikki Linnakangas2012-09-21
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-20
* Put back AcceptInvalidationMessages calls in heap_openrv(_extended).Tom Lane2012-09-19
* Update time zone data files to tzdata release 2012f.Tom Lane2012-09-19
* Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2012-09-18
* Fix array_typanalyze to work for domains over arrays.Tom Lane2012-09-18
* libpq: Add missing directory to installdirs targetPeter Eisentraut2012-09-17
* PL/Python: Improve Python 3 regression test setupPeter Eisentraut2012-09-16
* Rethink heuristics for choosing index quals for parameterized paths.Tom Lane2012-09-16
* Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.Simon Riggs2012-09-16
* Adjust largeobject_1.source per buildfarm.Tom Lane2012-09-15
* psql: Add more constraint completionPeter Eisentraut2012-09-14