summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-06Modify copyright.pl so all lines are processed, not just the firstBruce Momjian
2012-07-06Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian
2012-07-06Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian
2012-07-06Update pg_upgrade comments for recent configpath fix.Bruce Momjian
2012-07-06Fix failure of new wchar->mb functions to advance from pointer.Robert Haas
2012-07-06Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, perBruce Momjian
2012-07-05Don't try to trim "../" in join_path_components().Tom Lane
2012-07-05Revert part of the previous patch that avoided using PLy_elog().Heikki Linnakangas
2012-07-05Fix mapping of PostgreSQL encodings to Python encodings.Heikki Linnakangas
2012-07-05Remove support for using wait3() in place of waitpid().Tom Lane
2012-07-05pg_upgrade: abstract out copying of files from old cluster to newAlvaro Herrera
2012-07-05Fix function argument tab completion for schema-qualified or quoted function ...Magnus Hagander
2012-07-05Fix missing regex slash that caused perltidy to get confused onBruce Momjian
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-07-04Have pg_dump in binary-upgrade mode properly drop user-createdBruce Momjian
2012-07-04Fix sample INSTR function to return 0 if third arg is 0.Robert Haas
2012-07-04Add wchar -> mb conversion routines.Robert Haas
2012-07-04More doc cleanups for recent shared memory changes.Robert Haas
2012-07-04Documentation cleanups for recent shared memory changes.Robert Haas
2012-07-04Increase the maximum initdb-configured value for shared_buffers to 128MB.Robert Haas
2012-07-04Make oid2name, pgbench, and vacuumlo set fallback_application_name.Robert Haas
2012-07-04Remove duplicate, unnecessary, variable declarationMagnus Hagander
2012-07-04Set the write location in the pg_receivexlog status messagesMagnus Hagander
2012-07-04Always treat a standby returning an an invalid flush location as asyncMagnus Hagander
2012-07-04Remove reference to default wal_buffers being 8Magnus Hagander
2012-07-04Remove references to pgfoundry as recommended hosting platformMagnus Hagander
2012-07-04Remove references to PostgreSQL bundled on SolarisMagnus Hagander
2012-07-04Improve documentation about MULE encoding.Tom Lane
2012-07-03Forgot an #include in the previous patch :-(Alvaro Herrera
2012-07-03Have REASSIGN OWNED work on extensions, tooAlvaro Herrera
2012-07-03Have copyright tool mention that certain files should be updated in back bran...Bruce Momjian
2012-07-03Remove misleading hints about reducing the System V request size.Robert Haas
2012-07-02Fix a stupid bug I introduced into XLogFlush().Robert Haas
2012-07-02Fix position of WalSndWakeupRequest call.Robert Haas
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-07-02Fix to_date's handling of year 519.Tom Lane
2012-07-02Work a little harder on comments for walsender wakeup patch.Robert Haas
2012-07-02Make commit_delay much smarter.Robert Haas
2012-07-02Make walsender more responsive.Robert Haas
2012-07-01Fix race condition in enum value comparisons.Tom Lane
2012-07-01Suppress compiler warnings in readfuncs.c.Tom Lane
2012-06-30Remove inappropriate semicolons after function definitions.Tom Lane
2012-06-30Declare AnonymousShmem pointer as "void *".Tom Lane
2012-06-30Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane
2012-06-30initdb: Update check_need_password for new optionsPeter Eisentraut
2012-06-30Validate xlog record header before enlarging the work area to store it.Heikki Linnakangas
2012-06-29Fix confusion between "size" and "AnonymousShmemSize".Tom Lane
2012-06-29Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas
2012-06-29Make the pg_upgrade log files contain actual commandsAlvaro Herrera