| 2014-12-12 |
Tom Lane | Revert misguided change to postgres_fdw FOR UPDATE... |
commit | commitdiff | tree |
| 2014-12-12 |
Tom Lane | Fix planning of SELECT FOR UPDATE on child table with... |
commit | commitdiff | tree |
| 2014-12-12 |
Tom Lane | Fix corner case where SELECT FOR UPDATE could return... |
commit | commitdiff | tree |
| 2014-12-11 |
Tom Lane | Fix assorted confusion between Oid and int32. |
commit | commitdiff | tree |
| 2014-12-11 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2014-12-11 |
Tom Lane | Fix minor thinko in convertToJsonb(). |
commit | commitdiff | tree |
| 2014-12-05 |
Heikki Linnakangas | Give a proper error message if initdb password file... |
commit | commitdiff | tree |
| 2014-12-05 |
Heikki Linnakangas | Print wal_log_hints in the rm_desc routing of a paramet... |
commit | commitdiff | tree |
| 2014-12-04 |
Peter Eisentraut | Fix PGXS vpath build when PostgreSQL is built with... |
commit | commitdiff | tree |
| 2014-12-04 |
Peter Eisentraut | Remove USE_VPATH make variable from PGXS |
commit | commitdiff | tree |
| 2014-12-04 |
Peter Eisentraut | Fix SHLIB_PREREQS use in contrib, allowing PGXS builds |
commit | commitdiff | tree |
| 2014-12-04 |
Peter Eisentraut | Move PG_AUTOCONF_FILENAME definition |
commit | commitdiff | tree |
| 2014-12-03 |
Alvaro Herrera | Fix typos |
commit | commitdiff | tree |
| 2014-12-02 |
Tom Lane | Improve error messages for malformed array input strings. |
commit | commitdiff | tree |
| 2014-12-02 |
Andres Freund | Don't skip SQL backends in logical decoding for visibil... |
commit | commitdiff | tree |
| 2014-12-02 |
Tom Lane | Fix JSON aggregates to work properly when final functio... |
commit | commitdiff | tree |
| 2014-12-01 |
Tom Lane | Guard against bad "dscale" values in numeric_recv(). |
commit | commitdiff | tree |
| 2014-12-01 |
Andrew Dunstan | Fix hstore_to_json_loose's detection of valid JSON... |
commit | commitdiff | tree |
| 2014-12-01 |
Magnus Hagander | Fix missing space in documentation |
commit | commitdiff | tree |
| 2014-11-30 |
Tom Lane | Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b721... |
commit | commitdiff | tree |
| 2014-11-29 |
Noah Misch | Remove PQhostaddr() from 9.4 release notes. |
commit | commitdiff | tree |
| 2014-11-29 |
Noah Misch | Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14... |
commit | commitdiff | tree |
| 2014-11-29 |
Noah Misch | Revert "Add libpq function PQhostaddr()." |
commit | commitdiff | tree |
| 2014-11-28 |
Alvaro Herrera | Update transaction README for persistent multixacts |
commit | commitdiff | tree |
| 2014-11-28 |
Fujii Masao | Add tab-completion for ALTER TABLE ALTER CONSTRAINT... |
commit | commitdiff | tree |
| 2014-11-27 |
Fujii Masao | Make \watch respect the user's \pset null setting. |
commit | commitdiff | tree |
| 2014-11-27 |
Fujii Masao | Mark response messages for translation in pg_isready. |
commit | commitdiff | tree |
| 2014-11-27 |
Tom Lane | Free libxml2/libxslt resources in a safer order. |
commit | commitdiff | tree |
| 2014-11-25 |
Heikki Linnakangas | Allow "dbname" from connection string to be overridden... |
commit | commitdiff | tree |
| 2014-11-25 |
Heikki Linnakangas | Check return value of strdup() in libpq connection... |
commit | commitdiff | tree |
| 2014-11-22 |
Tom Lane | Fix mishandling of system columns in FDW queries. |
commit | commitdiff | tree |
| 2014-11-19 |
Tom Lane | Improve documentation's description of JOIN clauses. |
commit | commitdiff | tree |
| 2014-11-19 |
Robert Haas | Avoid file descriptor leak in pg_test_fsync. |
commit | commitdiff | tree |
| 2014-11-19 |
Fujii Masao | Fix bug in the test of file descriptor of current WAL... |
commit | commitdiff | tree |
| 2014-11-19 |
Fujii Masao | Fix pg_receivexlog --slot so that it doesn't prevent... |
commit | commitdiff | tree |
| 2014-11-19 |
Tom Lane | Don't require bleeding-edge timezone data in timestampt... |
commit | commitdiff | tree |
| 2014-11-18 |
Tom Lane | Fix some bogus direct uses of realloc(). |
commit | commitdiff | tree |
| 2014-11-17 |
Tom Lane | Stamp 9.4rc1. REL9_4_RC1 |
commit | commitdiff | tree |
| 2014-11-17 |
Tom Lane | Update 9.4 release notes for commits through today. |
commit | commitdiff | tree |
| 2014-11-17 |
Tom Lane | Update time zone data files to tzdata release 2014j. |
commit | commitdiff | tree |
| 2014-11-17 |
Heikki Linnakangas | Fix WAL-logging of B-tree "unlink halfdead page" operation. |
commit | commitdiff | tree |
| 2014-11-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2014-11-16 |
Magnus Hagander | Mention the TZ environment variable for initdb |
commit | commitdiff | tree |
| 2014-11-16 |
Magnus Hagander | Fix duplicated platforms due to copy/paste error |
commit | commitdiff | tree |
| 2014-11-15 |
Andres Freund | Fix initdb --sync-only to also sync tablespaces. |
commit | commitdiff | tree |
| 2014-11-15 |
Andres Freund | Sync unlogged relations to disk after they have been... |
commit | commitdiff | tree |
| 2014-11-15 |
Andres Freund | Ensure unlogged tables are reset even if crash recovery... |
commit | commitdiff | tree |
| 2014-11-14 |
Tom Lane | Document evaluation-order considerations for aggregate... |
commit | commitdiff | tree |
| 2014-11-14 |
Stephen Frost | Revert change to ALTER TABLESPACE summary. |
commit | commitdiff | tree |
| 2014-11-14 |
Alvaro Herrera | Allow interrupting GetMultiXactIdMembers |
commit | commitdiff | tree |
| 2014-11-14 |
Peter Eisentraut | Improve logical decoding log messages |
commit | commitdiff | tree |
| 2014-11-13 |
Tom Lane | Fix pg_dumpall to restore its ability to dump from... |
commit | commitdiff | tree |
| 2014-11-13 |
Andres Freund | Fix and improve cache invalidation logic for logical... |
commit | commitdiff | tree |
| 2014-11-13 |
Andres Freund | Fix xmin/xmax horizon computation during logical decodi... |
commit | commitdiff | tree |
| 2014-11-13 |
Heikki Linnakangas | Fix race condition between hot standby and restoring... |
commit | commitdiff | tree |
| 2014-11-13 |
Alvaro Herrera | Tweak row-level locking documentation |
commit | commitdiff | tree |
| 2014-11-13 |
Peter Eisentraut | doc: Add index entry for "hypothetical-set aggregate" |
commit | commitdiff | tree |
| 2014-11-12 |
Tom Lane | Explicitly support the case that a plancache's raw_pars... |
commit | commitdiff | tree |
| 2014-11-12 |
Andres Freund | Fix several weaknesses in slot and logical replication... |
commit | commitdiff | tree |
| 2014-11-12 |
Andres Freund | Add interrupt checks to contrib/pg_prewarm. |
commit | commitdiff | tree |
| 2014-11-12 |
Noah Misch | Use just one database connection in the "tablespace... |
commit | commitdiff | tree |
| 2014-11-12 |
Peter Eisentraut | Message improvements |
commit | commitdiff | tree |
| 2014-11-11 |
Tom Lane | Loop when necessary in contrib/pgcrypto's pktreader_pull(). |
commit | commitdiff | tree |
| 2014-11-11 |
Tom Lane | Fix dependency searching for case where column is visit... |
commit | commitdiff | tree |
| 2014-11-10 |
Tom Lane | Ensure that RowExprs and whole-row Vars produce the... |
commit | commitdiff | tree |
| 2014-11-08 |
Peter Eisentraut | pg_basebackup: Adjust tests for long file name issues |
commit | commitdiff | tree |
| 2014-11-08 |
Peter Eisentraut | doc: Update pg_receivexlog note |
commit | commitdiff | tree |
| 2014-11-07 |
Heikki Linnakangas | Fix generation of SP-GiST vacuum WAL records. |
commit | commitdiff | tree |
| 2014-11-07 |
Tom Lane | Cope with more than 64K phrases in a thesaurus dictionary. |
commit | commitdiff | tree |
| 2014-11-06 |
Tom Lane | Fix normalization of numeric values in JSONB GIN indexes. |
commit | commitdiff | tree |
| 2014-11-06 |
Fujii Masao | Prevent the unnecessary creation of .ready file for... |
commit | commitdiff | tree |
| 2014-11-05 |
Tom Lane | Fix volatility markings of some contrib I/O functions. |
commit | commitdiff | tree |
| 2014-11-04 |
Peter Eisentraut | doc: Move misplaced paragraph |
commit | commitdiff | tree |
| 2014-11-04 |
Tom Lane | Drop no-longer-needed buffers during ALTER DATABASE... |
commit | commitdiff | tree |
| 2014-11-03 |
Tom Lane | Docs: fix incorrect spelling of contrib/pgcrypto option. |
commit | commitdiff | tree |
| 2014-11-03 |
Noah Misch | Re-remove dependency on the DLL of pythonxx.def file. |
commit | commitdiff | tree |
| 2014-11-03 |
Noah Misch | Make ECPG test programs depend on "ecpg$(X)", not ... |
commit | commitdiff | tree |
| 2014-11-03 |
Noah Misch | Fix win32setlocale.c const-related warnings. |
commit | commitdiff | tree |
| 2014-11-03 |
Peter Eisentraut | Fix generation of INSTALL file by removing link |
commit | commitdiff | tree |
| 2014-11-02 |
Peter Eisentraut | Add configure --enable-tap-tests option |
commit | commitdiff | tree |
| 2014-11-01 |
Peter Eisentraut | PL/Python: Fix example |
commit | commitdiff | tree |
| 2014-10-31 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
| 2014-10-31 |
Peter Eisentraut | doc: Wording and formatting improvements in new logical... |
commit | commitdiff | tree |
| 2014-10-31 |
Peter Eisentraut | doc: Improve CREATE VIEW / WITH documentation |
commit | commitdiff | tree |
| 2014-10-30 |
Tom Lane | Test IsInTransactionChain, not IsTransactionBlock,... |
commit | commitdiff | tree |
| 2014-10-30 |
Robert Haas | "Pin", rather than "keep", dynamic shared memory mappin... |
commit | commitdiff | tree |
| 2014-10-29 |
Peter Eisentraut | Remove use of TAP subtests |
commit | commitdiff | tree |
| 2014-10-29 |
Tom Lane | Avoid corrupting tables when ANALYZE inside a transacti... |
commit | commitdiff | tree |
| 2014-10-29 |
Heikki Linnakangas | Reset error message at PQreset() |
commit | commitdiff | tree |
| 2014-10-28 |
Tom Lane | Remove obsolete commentary. |
commit | commitdiff | tree |
| 2014-10-28 |
Heikki Linnakangas | Remove unnecessary assignment. |
commit | commitdiff | tree |
| 2014-10-27 |
Noah Misch | MinGW: Include .dll extension in .def file LIBRARY... |
commit | commitdiff | tree |
| 2014-10-27 |
Robert Haas | Add missing equals signs to pg_recvlogical documentation. |
commit | commitdiff | tree |
| 2014-10-27 |
Heikki Linnakangas | Fix two bugs in tsquery @> operator. |
commit | commitdiff | tree |
| 2014-10-26 |
Tom Lane | Fix undersized result buffer in pset_quoted_string(). |
commit | commitdiff | tree |
| 2014-10-26 |
Tom Lane | Improve planning of btree index scans using ScalarArray... |
commit | commitdiff | tree |
| 2014-10-26 |
Peter Eisentraut | Fix TAP tests with Perl 5.12 |
commit | commitdiff | tree |
| 2014-10-26 |
Peter Eisentraut | Fix TAP tests with Perl 5.8 |
commit | commitdiff | tree |
| 2014-10-24 |
Heikki Linnakangas | Work around Windows locale name with non-ASCII character. |
commit | commitdiff | tree |
| 2014-10-24 |
Heikki Linnakangas | Make the locale comparison in pg_upgrade more lenient |
commit | commitdiff | tree |
| next |