2013-05-29 |
Robert Haas | Document auto_explain.log_timing. |
commit | commitdiff | tree | snapshot |
2013-05-27 |
Stephen Frost | Documentation fix for ALTER TYPE .. RENAME |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Heikki Linnakangas | Print line number correctly in COPY. |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Tom Lane | Fix fd.c to preserve errno where needed. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Tom Lane | Fix handling of OID wraparound while in standalone... |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Tom Lane | Update CREATE FUNCTION documentation about argument... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Tom Lane | Guard against input_rows == 0 in estimate_num_groups(). |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Tom Lane | Fix pgp_pub_decrypt() so it works for secret keys with... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Tom Lane | Fix management of fn_extra caching during repeated... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Tom Lane | Use pg_dump's --quote-all-identifiers option in pg_upgrade. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Tom Lane | Revert "Fix permission tests for views/tables proven... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Bruce Momjian | docs: log_line_prefix session id fix |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Bruce Momjian | docs: fix log_line_prefix session id docs |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Heikki Linnakangas | Fix thinko in comment. |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Tom Lane | Fix permission tests for views/tables proven empty... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Heikki Linnakangas | Install recycled WAL segments with current timeline... |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Tom Lane | Postpone creation of pathkeys lists to fix bug #8049. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Kevin Grittner | Ensure ANALYZE phase is not skipped because of canceled... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
Joe Conway | Ensure that user created rows in extension tables get... |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Tom Lane | Avoid deadlock between concurrent CREATE INDEX CONCURRE... |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2013-04-22 |
Peter Eisentraut | doc: Fix syntax in example |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Tom Lane | Fix longstanding race condition in plancache.c. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Magnus Hagander | Update the description for the graphical installers |
commit | commitdiff | tree | snapshot |
2013-04-07 |
Tom Lane | In isolationtester, retry after EINTR return from selec... |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Tom Lane | Improve documentation about the relationship of extensi... |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Bruce Momjian | psql: fix startup crash caused by PSQLRC containing... |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Heikki Linnakangas | Fix crash on compiling a regular expression with more... |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Heikki Linnakangas | Calculate # of semaphores correctly with --disable... |
commit | commitdiff | tree | snapshot |
2013-04-03 |
Tom Lane | Avoid updating our PgBackendStatus entry when track_act... |
commit | commitdiff | tree | snapshot |
2013-04-03 |
Tom Lane | Minor robustness improvements for isolationtester. |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Tom Lane | Stamp 9.2.4. REL9_2_4 |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Tom Lane | Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Tom Lane | Fix insecure parsing of server command-line switches. |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Tom Lane | Make REPLICATION privilege checks test current user... |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Tom Lane | Ignore extra subquery outputs in set_subquery_size_esti... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Alvaro Herrera | Translation updates |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Bruce Momjian | pg_upgrade: don't copy/link files for invalid indexes |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Andrew Dunstan | Avoid moving data directory in upgrade testing. |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Tom Lane | Document encode(bytea, 'escape')'s behavior correctly. |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Tom Lane | Must check indisready not just indisvalid when dumping... |
commit | commitdiff | tree | snapshot |
2013-03-28 |
Tom Lane | Update time zone data files to tzdata release 2013b. |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Tom Lane | Reset OpenSSL randomness state in each postmaster child... |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Heikki Linnakangas | Fix buffer pin leak in heap update redo routine. |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Tom Lane | Ignore invalid indexes in pg_dump. |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Heikki Linnakangas | In base backup, only include our own tablespace version... |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Heikki Linnakangas | Add a server version check to pg_basebackup and pg_rece... |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Tom Lane | Update time zone abbreviation lists for changes missed... |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Andrew Dunstan | Avoid renaming data directory during MSVC upgrade testing. |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Tom Lane | Don't put <indexterm> before <term> in <varlistentry... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Tom Lane | Fix contrib/dblink to handle inconsistent DateStyle... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Tom Lane | Improve documentation of EXTRACT(WEEK). |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Tom Lane | Fix race condition in DELETE RETURNING. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Tom Lane | Fix infinite-loop risk in fixempties() stage of regex... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Heikki Linnakangas | Fix tli history file fetching, broken by the archive... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Heikki Linnakangas | Further fix to the mode where we enter archive recovery... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Andrew Dunstan | Fix message typo. |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Tom Lane | Fix to_char() to use ASCII-only case-folding rules... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Tom Lane | Fix overflow check in tm2timestamp (this time for sure). |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Tom Lane | Fix SQL function execution to be safe with long-lived... |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Peter Eisentraut | doc: A few awkward phrasing fixes |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Peter Eisentraut | Exclude utils/probes.h and pg_trace.h from cpluspluscheck |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Tom Lane | Eliminate memory leaks in plperl's spi_prepare() function. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Tom Lane | Add missing error check in regexp parser. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Peter Eisentraut | doc: Fix markup typo |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Peter Eisentraut | doc: Remove PostgreSQL version number from xml2 depreca... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Peter Eisentraut | Correct tense in log message |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Peter Eisentraut | Add quotes to messages |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Heikki Linnakangas | Fix thinko in previous commit. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Heikki Linnakangas | If recovery.conf is created after "pg_ctl stop -m i... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Heikki Linnakangas | Fix pg_dumpall with database names containing = |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Heikki Linnakangas | Don't pass NULL to fprintf, if a bogus connection strin... |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Heikki Linnakangas | Better fix for "unarchived WAL files get deleted on... |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Heikki Linnakangas | Don't delete unarchived WAL files during crash recovery. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Tom Lane | Fix contrib/pg_trgm's similarity() function for trigram... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Tom Lane | Fix bogus when-to-deregister-from-listener-array logic. |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Tom Lane | Further cleanup of gistsplit.c. |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Tom Lane | Remove useless picksplit-doesn't-support-secondary... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Tom Lane | Remove vestigial secondary-split support in gist_box_pi... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Tom Lane | Document and clean up gistsplit.c. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Fix gist_box_same and gist_point_consistent to handle... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF). |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Make contrib/btree_gist's GiST penalty function a bit... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Fix erroneous range-union logic for varlena types in... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Repair bugs in GiST page splitting code for multi-colum... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Fix possible failure to send final transaction counts... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Andrew Dunstan | Enable building with Microsoft Visual Studio 2012. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Tom Lane | Stamp 9.2.3. REL9_2_3 |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Tom Lane | Prevent execution of enum_recv() from SQL. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Tom Lane | Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Simon Riggs | Reset vacuum_defer_cleanup_age to PGC_SIGHUP. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Simon Riggs | Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Alvaro Herrera | Fix typo in freeze_table_age implementation |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bruce Momjian | pg_upgrade docs: mention modification of postgresql... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Magnus Hagander | Properly zero-pad the day-of-year part of the win32... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tom Lane | Fix plpgsql's reporting of plan-time errors in possibly... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Tom Lane | Fix grammar for subscripting or field selection from... |
commit | commitdiff | tree | snapshot |
next |