index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-07-06
Modify copyright.pl so all lines are processed, not just the first
Bruce Momjian
2012-07-06
Fix copyright.pl to properly skip the .git directory by adding a
Bruce Momjian
2012-07-06
Fix spacing in copyright.pl after being run with missing regex slash
Bruce Momjian
2012-07-06
Update pg_upgrade comments for recent configpath fix.
Bruce Momjian
2012-07-06
Fix failure of new wchar->mb functions to advance from pointer.
Robert Haas
2012-07-06
Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, per
Bruce Momjian
2012-07-05
Don't try to trim "../" in join_path_components().
Tom Lane
2012-07-05
Revert part of the previous patch that avoided using PLy_elog().
Heikki Linnakangas
2012-07-05
Fix mapping of PostgreSQL encodings to Python encodings.
Heikki Linnakangas
2012-07-05
Remove support for using wait3() in place of waitpid().
Tom Lane
2012-07-05
pg_upgrade: abstract out copying of files from old cluster to new
Alvaro Herrera
2012-07-05
Fix function argument tab completion for schema-qualified or quoted function ...
Magnus Hagander
2012-07-05
Fix missing regex slash that caused perltidy to get confused on
Bruce Momjian
2012-07-05
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
Have pg_dump in binary-upgrade mode properly drop user-created
Bruce Momjian
2012-07-04
Fix sample INSTR function to return 0 if third arg is 0.
Robert Haas
2012-07-04
Add wchar -> mb conversion routines.
Robert Haas
2012-07-04
More doc cleanups for recent shared memory changes.
Robert Haas
2012-07-04
Documentation cleanups for recent shared memory changes.
Robert Haas
2012-07-04
Increase the maximum initdb-configured value for shared_buffers to 128MB.
Robert Haas
2012-07-04
Make oid2name, pgbench, and vacuumlo set fallback_application_name.
Robert Haas
2012-07-04
Remove duplicate, unnecessary, variable declaration
Magnus Hagander
2012-07-04
Set the write location in the pg_receivexlog status messages
Magnus Hagander
2012-07-04
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-07-04
Remove reference to default wal_buffers being 8
Magnus Hagander
2012-07-04
Remove references to pgfoundry as recommended hosting platform
Magnus Hagander
2012-07-04
Remove references to PostgreSQL bundled on Solaris
Magnus Hagander
2012-07-04
Improve documentation about MULE encoding.
Tom Lane
2012-07-03
Forgot an #include in the previous patch :-(
Alvaro Herrera
2012-07-03
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
Have copyright tool mention that certain files should be updated in back bran...
Bruce Momjian
2012-07-03
Remove misleading hints about reducing the System V request size.
Robert Haas
2012-07-02
Fix a stupid bug I introduced into XLogFlush().
Robert Haas
2012-07-02
Fix position of WalSndWakeupRequest call.
Robert Haas
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-07-02
Fix to_date's handling of year 519.
Tom Lane
2012-07-02
Work a little harder on comments for walsender wakeup patch.
Robert Haas
2012-07-02
Make commit_delay much smarter.
Robert Haas
2012-07-02
Make walsender more responsive.
Robert Haas
2012-07-01
Fix race condition in enum value comparisons.
Tom Lane
2012-07-01
Suppress compiler warnings in readfuncs.c.
Tom Lane
2012-06-30
Remove inappropriate semicolons after function definitions.
Tom Lane
2012-06-30
Declare AnonymousShmem pointer as "void *".
Tom Lane
2012-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
initdb: Update check_need_password for new options
Peter Eisentraut
2012-06-30
Validate xlog record header before enlarging the work area to store it.
Heikki Linnakangas
2012-06-29
Fix confusion between "size" and "AnonymousShmemSize".
Tom Lane
2012-06-29
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-29
Make the pg_upgrade log files contain actual commands
Alvaro Herrera
[next]