aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Fix failure of new wchar->mb functions to advance from pointer.Robert Haas2012-07-05
* 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
* Remove support for using wait3() in place of waitpid().Tom Lane2012-07-05
* Fix function argument tab completion for schema-qualified or quoted function ...Magnus Hagander2012-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
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Have pg_dump in binary-upgrade mode properly drop user-createdBruce Momjian2012-07-04
* Add wchar -> mb conversion routines.Robert Haas2012-07-04
* Increase the maximum initdb-configured value for shared_buffers to 128MB.Robert Haas2012-07-04
* Remove duplicate, unnecessary, variable declarationMagnus Hagander2012-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
* Improve documentation about MULE encoding.Tom Lane2012-07-04
* Forgot an #include in the previous patch :-(Alvaro Herrera2012-07-03
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Have copyright tool mention that certain files should be updated in back bran...Bruce Momjian2012-07-03
* Remove misleading hints about reducing the System V request size.Robert Haas2012-07-03
* Fix a stupid bug I introduced into XLogFlush().Robert Haas2012-07-02
* Fix position of WalSndWakeupRequest call.Robert Haas2012-07-02
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Fix to_date's handling of year 519.Tom Lane2012-07-02
* Work a little harder on comments for walsender wakeup patch.Robert Haas2012-07-02
* Make commit_delay much smarter.Robert Haas2012-07-02
* Make walsender more responsive.Robert Haas2012-07-02
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Suppress compiler warnings in readfuncs.c.Tom Lane2012-06-30
* Remove inappropriate semicolons after function definitions.Tom Lane2012-06-30
* Declare AnonymousShmem pointer as "void *".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
* Validate xlog record header before enlarging the work area to store it.Heikki Linnakangas2012-06-30
* Fix confusion between "size" and "AnonymousShmemSize".Tom Lane2012-06-29
* Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas2012-06-29
* Make init-po and update-po recursive make targetsPeter Eisentraut2012-06-29
* Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.Tom Lane2012-06-29
* Provide MAP_FAILED if sys/mman.h doesn't.Tom Lane2012-06-28
* Update outdated commit; xlp_rem_len field is in page header now.Heikki Linnakangas2012-06-28
* Further fix install program detectionPeter Eisentraut2012-06-28
* Fix broken mmap failure-detection code, and improve error message.Robert Haas2012-06-28
* Dramatically reduce System V shared memory consumption.Robert Haas2012-06-28
* Add missing space in event_source GUC description.Robert Haas2012-06-28
* Make UtilityContainsQuery recurse until it finds a non-utility Query.Tom Lane2012-06-27