2012-08-03 |
Tom Lane | Improve underdocumented btree_xlog_delete_get_latestRem... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Tom Lane | In SPGiST replay, do conflict resolution before modifyi... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bruce Momjian | Document that trying to exceed temp_file_limit causes... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bruce Momjian | Document that, for psql -c, only the result of the... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Bruce Momjian | In pg_upgrade, use pg_log() instead of prep_status... |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Tom Lane | Stamp 9.2beta3. REL9_2_BETA3 |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Tom Lane | Fix race conditions associated with SPGiST redirection... |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Tom Lane | Update release notes for libpq feature change. |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Tom Lane | Replace libpq's "row processor" API with a "single... |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Tom Lane | Add documentation cross-reference for JSON functions. |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Tom Lane | Fix WITH attached to a nested set operation (UNION... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Tom Lane | Fix syslogger so that log_truncate_on_rotation works... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Alvaro Herrera | pg_basebackup: stylistic adjustments |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Alvaro Herrera | Fix memory and file descriptor leaks in pg_receivexlog... |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Bruce Momjian | Now that the diskchecker.pl author has updated the... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Tom Lane | Improve reporting of error situations in find_other_exec(). |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Bruce Momjian | Update doc mention of diskchecker.pl to add URL for... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Bruce Momjian | Document that the pg_upgrade user of rsync might want... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Tom Lane | Only allow autovacuum to be auto-canceled by a directly... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Robert Haas | Log a better message when canceling autovacuum. |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Bruce Momjian | Simplify pg_upgrade's handling when returning directory... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Tom Lane | Fix longstanding crash-safety bug with newly-created... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Peter Eisentraut | Document that pg_basebackup will create its output... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Alvaro Herrera | Add translator comments to module names |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Alvaro Herrera | Change syntax of new CHECK NO INHERIT constraints |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Tom Lane | Fix name collision between concurrent regression tests. |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Tom Lane | Account for SRFs in targetlists in planner rowcount... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Andrew Dunstan | Remove now unneeded results file for disabled prepared... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Andrew Dunstan | Remove prepared transactions from main isolation test... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Peter Eisentraut | pg_dump: Simplify mkdir() error checking |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Alvaro Herrera | connoinherit may be true only for CHECK constraints |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Tom Lane | Fix whole-row Var evaluation to cope with resjunk colum... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Tom Lane | Rethink checkpointer's fsync-request table representation. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Tom Lane | Send only one FORGET_RELATION_FSYNC request when droppi... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Heikki Linnakangas | Refactor the way code is shared between some range... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Tom Lane | Fix statistics breakage from bgwriter/checkpointer... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Tom Lane | Fix management of pendingOpsTable in auxiliary processes. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Tom Lane | Get rid of useless global variable in pg_upgrade. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Tom Lane | Improve pg_upgrade's load_directory() function. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Tom Lane | Improve coding around the fsync request queue. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Peter Eisentraut | Show step titles in the pg_upgrade man page |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alvaro Herrera | Remove recently added PL/Perl encoding tests |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Tom Lane | Avoid pre-determining index names during CREATE TABLE... |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Tom Lane | Prevent corner-case core dump in rfree(). |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Peter Eisentraut | Add link to PEP 394 regarding python2 vs python3 naming |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Tom Lane | Fix walsender processes to establish a SIGALRM handler. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Bruce Momjian | Document that Log-Shipping Standby Servers cannot be... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Tom Lane | Back-patch fix for extraction of fixed prefixes from... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Tom Lane | Back-patch addition of pg_wchar-to-multibyte conversion... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Alvaro Herrera | plperl: Skip setting UTF8 flag when in SQL_ASCII encoding |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Tom Lane | Refactor pattern_fixed_prefix() to avoid dealing in... |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Tom Lane | Fix planner to pass correct collation to operator selec... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Alvaro Herrera | Update libpq test expected output |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Bruce Momjian | Run updated copyright.pl on HEAD and 9.2 trees, updatin... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Bruce Momjian | Have copyright.pl skip updating something that is just... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Bruce Momjian | Modify copyright.pl so all lines are processed, not... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Bruce Momjian | Fix copyright.pl to properly skip the .git directory... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Bruce Momjian | Fix spacing in copyright.pl after being run with missin... |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Bruce Momjian | Update pg_upgrade comments for recent configpath fix. |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Bruce Momjian | Fix PGDATAOLD and PGDATANEW to properly set pgconfig... |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Tom Lane | Don't try to trim "../" in join_path_components(). |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Heikki Linnakangas | Revert part of the previous patch that avoided using... |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Heikki Linnakangas | Fix mapping of PostgreSQL encodings to Python encodings. |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Bruce Momjian | Fix missing regex slash that caused perltidy to get... |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Bruce Momjian | Run newly-configured perltidy script on Perl files. |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Bruce Momjian | Have pg_dump in binary-upgrade mode properly drop user... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Magnus Hagander | Set the write location in the pg_receivexlog status... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Magnus Hagander | Always treat a standby returning an an invalid flush... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Magnus Hagander | Remove reference to default wal_buffers being 8 |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Magnus Hagander | Remove references to PostgreSQL bundled on Solaris |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Magnus Hagander | Remove references to pgfoundry as recommended hosting... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Alvaro Herrera | Forgot an #include in the previous patch :-( |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Alvaro Herrera | Have REASSIGN OWNED work on extensions, too |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Peter Eisentraut | Assorted message style improvements |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Peter Eisentraut | Add missing space in event_source GUC description. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Tom Lane | Fix to_date's handling of year 519. |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Tom Lane | Fix race condition in enum value comparisons. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Tom Lane | Remove inappropriate semicolons after function definitions. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Tom Lane | Prevent CREATE TABLE LIKE/INHERITS from (mis) copying... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Peter Eisentraut | initdb: Update check_need_password for new options |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Heikki Linnakangas | Initialize shared memory copy of ckptXidEpoch correctly... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Alvaro Herrera | Make the pg_upgrade log files contain actual commands |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Alvaro Herrera | pg_dump: Fix verbosity level in LO progress messages |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Tom Lane | Fix NOTIFY to cope with I/O problems, such as out-of... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Tom Lane | Make UtilityContainsQuery recurse until it finds a... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Robert Haas | Update release notes for pg_terminate_backend changes. |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Robert Haas | Allow pg_terminate_backend() to be used on backends... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Tom Lane | Cope with smaller-than-normal BLCKSZ setting in SPGiST... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Tom Lane | Make pg_dump emit more accurate dependency information. |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Tom Lane | Improve pg_dump's dependency-sorting logic to enforce... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Peter Eisentraut | Make placeholders in SQL command help more consistent... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Tom Lane | Fix memory leak in ARRAY(SELECT ...) subqueries. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Peter Eisentraut | Remove confusing half sentence from legal notice |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Peter Eisentraut | pg_dump: Add missing newlines at end of messages |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Peter Eisentraut | Make documentation of --help and --version options... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Magnus Hagander | Reorder basebackup options, to list pg_basebackup first |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Bruce Momjian | Remove 'for' loop perltidy argument, and move args... |
commit | commitdiff | tree | snapshot |
2012-06-16 |
Bruce Momjian | In pgindent, suppress reading the perltidy RC file... |
commit | commitdiff | tree | snapshot |
next |