aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Update libpq test expected outputAlvaro Herrera2012-07-06
* Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian2012-07-06
* Have copyright.pl skip updating something that is just the current year,Bruce Momjian2012-07-06
* Modify copyright.pl so all lines are processed, not just the firstBruce Momjian2012-07-06
* Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian2012-07-06
* Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian2012-07-06
* Don't try to trim "../" in join_path_components().Tom Lane2012-07-05
* Revert part of the previous patch that avoided using PLy_elog().Heikki Linnakangas2012-07-05
* Fix mapping of PostgreSQL encodings to Python encodings.Heikki Linnakangas2012-07-05
* Fix missing regex slash that caused perltidy to get confused onBruce Momjian2012-07-04
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Have pg_dump in binary-upgrade mode properly drop user-createdBruce Momjian2012-07-04
* Set the write location in the pg_receivexlog status messagesMagnus Hagander2012-07-04
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-04
* Forgot an #include in the previous patch :-(Alvaro Herrera2012-07-03
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Add missing space in event_source GUC description.Peter Eisentraut2012-07-02
* Fix to_date's handling of year 519.Tom Lane2012-07-02
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Remove inappropriate semicolons after function definitions.Tom Lane2012-06-30
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* initdb: Update check_need_password for new optionsPeter Eisentraut2012-06-30
* Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas2012-06-29
* pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera2012-06-29
* Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.Tom Lane2012-06-29
* Make UtilityContainsQuery recurse until it finds a non-utility Query.Tom Lane2012-06-27
* Allow pg_terminate_backend() to be used on backends with matching role.Robert Haas2012-06-27
* Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.Tom Lane2012-06-26
* Make pg_dump emit more accurate dependency information.Tom Lane2012-06-25
* Improve pg_dump's dependency-sorting logic to enforce section dump order.Tom Lane2012-06-25
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* pg_dump: Add missing newlines at end of messagesPeter Eisentraut2012-06-18
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Remove 'for' loop perltidy argument, and move args to perltidyrc file.Bruce Momjian2012-06-16
* In pgindent, suppress reading the perltidy RC file using --noprofile.Bruce Momjian2012-06-15
* Update pgindent Perl indentation instructions based on feedback fromBruce Momjian2012-06-15
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Add more message pluralizationPeter Eisentraut2012-06-15
* Revisit error message details for JSON input parsing.Tom Lane2012-06-13
* Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane2012-06-13
* Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane2012-06-13
* Support Linux's oom_score_adj API as well as the older oom_adj API.Tom Lane2012-06-13
* Improve documentation of postgres -C optionPeter Eisentraut2012-06-13
* Minor code review for json.c.Tom Lane2012-06-12
* Mark JSON error detail messages for translation.Robert Haas2012-06-12
* Ensure pg_ctl behaves sanely when data directory is not specified.Tom Lane2012-06-11
* Fix pg_dump output to a named tar-file archive.Tom Lane2012-06-11
* pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut2012-06-12
* Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander2012-06-11