2012-07-02 |
Peter Eisentraut | Assorted message style improvements |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Tom Lane | Fix to_date's handling of year 519. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Robert Haas | Work a little harder on comments for walsender wakeup... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Robert Haas | Make commit_delay much smarter. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Robert Haas | Make walsender more responsive. |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Tom Lane | Fix race condition in enum value comparisons. |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Tom Lane | Suppress compiler warnings in readfuncs.c. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Tom Lane | Remove inappropriate semicolons after function definitions. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Tom Lane | Declare AnonymousShmem pointer as "void *". |
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-30 |
Heikki Linnakangas | Validate xlog record header before enlarging the work... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Tom Lane | Fix confusion between "size" and "AnonymousShmemSize". |
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 |
Peter Eisentraut | Make init-po and update-po recursive make targets |
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-29 |
Alvaro Herrera | pg_upgrade: fix off-by-one mistake in snprintf |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Tom Lane | Provide MAP_FAILED if sys/mman.h doesn't. |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Heikki Linnakangas | Update outdated commit; xlp_rem_len field is in page... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Peter Eisentraut | Further fix install program detection |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Robert Haas | Fix broken mmap failure-detection code, and improve... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Robert Haas | Dramatically reduce System V shared memory consumption. |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Robert Haas | Add missing space in event_source GUC description. |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Tom Lane | Make UtilityContainsQuery recurse until it finds a... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Peter Eisentraut | Fix install program detection |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Heikki Linnakangas | Fix two more neglected comments, still referring to... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Heikki Linnakangas | I neglected many comments in the log+seg -> 64-bit... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Robert Haas | Update release notes for pg_terminate_backend changes. |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Peter Eisentraut | Use system install program when available and usable |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Robert Haas | Allow pg_terminate_backend() to be used on backends... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Robert Haas | When LWLOCK_STATS is defined, count spindelays. |
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 |
Robert Haas | Make DROP FUNCTION hint more informative. |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Robert Haas | Reduce use of heavyweight locking inside hash AM. |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Heikki Linnakangas | Fix pg_upgrade, broken by the xlogid/segno -> 64-bit... |
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-25 |
Alvaro Herrera | Tighten up includes in sinvaladt.h, twophase.h, proc.h |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Peter Eisentraut | Unify calling conventions for postgres/postmaster sub... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Robert Haas | Fix typo in DEBUG message, introduced by recent WAL... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Robert Haas | Unbreak pg_resetxlog -l. |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Robert Haas | Remove sanity test in XRecOffIsValid. |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Kevin Grittner | Fix warning for 64-bit literal on 32-bit build. |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Peter Eisentraut | Replace int2/int4 in C code with int16/int32 |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Heikki Linnakangas | I missed some references to xlogid/xrecoff in Win32... |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Heikki Linnakangas | Use UINT64CONST for 64-bit integer constants. |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Heikki Linnakangas | Oops. Remove stray paren. |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Heikki Linnakangas | Use LL suffix for 64-bit constants. |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Heikki Linnakangas | Replace XLogRecPtr struct with a 64-bit integer. |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Heikki Linnakangas | Allow WAL record header to be split across pages. |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Heikki Linnakangas | Move WAL continuation record information to WAL page... |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Heikki Linnakangas | Don't waste the last segment of each 4GB logical log... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Robert Haas | Make pgbench -i emit only one-tenth as many status... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Robert Haas | Document that && can be used to search arrays. |
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-21 |
Alvaro Herrera | Repair comment mangled by a pgindent run long ago |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Heikki Linnakangas | Add a small cache of locks owned by a resource owner... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Tom Lane | Remove incomplete/incorrect support for zero-column... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Tom Lane | Increase MAX_SYSCACHE_CALLBACKS from 20 to 32. |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Tom Lane | Cache the results of ri_FetchConstraintInfo in a backen... |
commit | commitdiff | tree | snapshot |
2012-06-20 |
Tom Lane | Improve tests for whether we can skip queueing RI enfor... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Tom Lane | Add pgbench option to add foreign key constraints to... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Alvaro Herrera | pg_dump: Fix verbosity level in LO progress messages |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Peter Eisentraut | Remove confusing half sentence from legal notice |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Tom Lane | Share RI trigger code between NO ACTION and RESTRICT... |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Tom Lane | Improve comments about why SET DEFAULT triggers must... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Tom Lane | Allow ON UPDATE/DELETE SET DEFAULT plans to be cached. |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Tom Lane | Remove derived fields from RI_QueryKey, and do a bit... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Peter Eisentraut | pg_dump: Add missing newlines at end of messages |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Tom Lane | Update SQL spec references in ri_triggers code to match... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Tom Lane | Change ON UPDATE SET NULL/SET DEFAULT referential actio... |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Tom Lane | Refer to the default foreign key match style as MATCH... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Peter Eisentraut | Make documentation of --help and --version options... |
commit | commitdiff | tree | snapshot |
2012-06-17 |
Tom Lane | Fix stats collector to recover nicely when system clock... |
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 |
2012-06-16 |
Bruce Momjian | Update pgindent Perl indentation instructions based... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Bruce Momjian | Improve pg_upgrade wording for pg_ctl start failure... |
commit | commitdiff | tree | snapshot |
2012-06-15 |
Peter Eisentraut | Improve reporting of permission errors for array types |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Peter Eisentraut | Add more message pluralization |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Improve readability and error messages in pg_backup_sta... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Doc corrections for pg_is_in_backup patch. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | New SQL functons pg_backup_in_progress() and pg_backup_... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | During transaction cleanup, release locks before deleti... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Add new function log_newpage_buffer. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Remove misplaced sanity check from heap_create(). |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Remove RELKIND_UNCATALOGED. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Robert Haas | Make \conninfo print SSL information. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Tom Lane | Add 9.2 branch to git_changelog's list. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Tom Lane | Flesh out RELEASE_CHANGES instructions for branching... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Tom Lane | Stamp library minor versions for 9.3. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
Tom Lane | Stamp HEAD as 9.3devel. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Revisit error message details for JSON input parsing. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Remove release note entry for reverted patch. |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Revert "Reduce checkpoints and WAL traffic on low activ... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Fix description of SQL-standard meaning of CREATE LOCAL... |
commit | commitdiff | tree | snapshot |
2012-06-13 |
Tom Lane | Deprecate use of GLOBAL and LOCAL in temp table creation. |
commit | commitdiff | tree | snapshot |
next |