2017-12-15 |
Andres Freund | Perform a lot more sanity checks when freezing tuples. |
commit | commitdiff | tree | snapshot |
2017-12-15 |
Andres Freund | Fix pruning of locked and updated tuples. |
commit | commitdiff | tree | snapshot |
2017-12-15 |
Andres Freund | Backport addition of rs_old_rel to rewriteheap's state. |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Tom Lane | Fix corner-case coredump in _SPI_error_callback(). |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Noah Misch | MSVC 2012+: Permit linking to 32-bit, MinGW-built libra... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Noah Misch | MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T. |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Peter Eisentraut | Fix mistake in comment |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Peter Eisentraut | doc: Add advice about systemd RemoveIPC |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Robert Haas | Mark assorted variables PGDLLIMPORT. |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Tom Lane | Clean up assorted messiness around AllocateDir() usage. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Noah Misch | Fix non-GNU makefiles for AIX make. |
commit | commitdiff | tree | snapshot |
2017-11-27 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2017-11-26 |
Joe Conway | Make has_sequence_privilege support WITH GRANT OPTION |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Tom Lane | Update MSVC build process for new timezone data. |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Tom Lane | Replace raw timezone source data with IANA's new compac... |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Tom Lane | Avoid formally-undefined use of memcpy() in hstoreUniqu... |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Tom Lane | Repair failure with SubPlans in multi-row VALUES lists. |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Noah Misch | Support linking with MinGW-built Perl. |
commit | commitdiff | tree | snapshot |
2017-11-21 |
Robert Haas | Provide for forward compatibility with future minor... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Tom Lane | Use out-of-line M68K spinlock code for OpenBSD as well... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Tom Lane | Add support for Motorola 88K to s_lock.h. |
commit | commitdiff | tree | snapshot |
2017-11-17 |
Tom Lane | Provide modern examples of how to auto-start Postgres... |
commit | commitdiff | tree | snapshot |
2017-11-13 |
Noah Misch | MSVC: Rebuild spiexceptions.h when out of date. |
commit | commitdiff | tree | snapshot |
2017-11-12 |
Noah Misch | Install Windows crash dump handler before all else. |
commit | commitdiff | tree | snapshot |
2017-11-12 |
Noah Misch | Don't call pgwin32_message_to_UTF16() without CurrentMe... |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Noah Misch | Add post-2010 ecpg tests to checktcp. |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Noah Misch | Make connect/test1 independent of localhost IPv6. |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Noah Misch | Fix previous commit's test, for non-UTF8 databases... |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Noah Misch | Ignore XML declaration in xpath_internal(), for UTF8... |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Peter Eisentraut | Fix some null pointer dereferences in LDAP auth code |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Peter Eisentraut | Add -wnet to SP invocations |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Tom Lane | Revert "Allow --with-bonjour to work with non-macOS... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Tom Lane | Allow --with-bonjour to work with non-macOS implementat... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Tom Lane | Fix two violations of the ResourceOwnerEnlarge/Remember... |
commit | commitdiff | tree | snapshot |
2017-11-07 |
Tom Lane | Fix unportable usage of <ctype.h> functions. |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Tom Lane | Stamp 9.3.20. REL9_3_20 |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Tom Lane | Make json{b}_populate_recordset() use the right tuple... |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Noah Misch | start-scripts: switch to $PGUSER before opening $PGLOG. |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Tom Lane | Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3... |
commit | commitdiff | tree | snapshot |
2017-11-03 |
Michael Meskes | Improve error message for incorrect number inputs in... |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Michael Meskes | Fix float parsing in ecpg INFORMIX mode. |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Alvaro Herrera | Revert bogus fixes of HOT-freezing bug |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Tom Lane | Doc: update URL for check_postgres. |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Michael Meskes | Make sure ecpglib does accepts digits behind decimal... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Dept of second thoughts: keep aliasp_item in sync with... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Fix crash when columns have been added to the end of... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Rethink the dependencies recorded for FieldSelect/Field... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Doc: mention that you can't PREPARE TRANSACTION after... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Andrew Dunstan | Improve gendef.pl diagnostic on failure to open sym... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Tom Lane | Fix libpq to not require user's home directory to exist. |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Update time zone data files to tzdata release 2017c. |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Fix some oversights in expression dependency recording. |
commit | commitdiff | tree | snapshot |
2017-10-20 |
Tom Lane | Fix typcache's failure to treat ranges as container... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Tom Lane | Fix misparsing of non-newline-terminated pg_hba.conf... |
commit | commitdiff | tree | snapshot |
2017-10-11 |
Tom Lane | Doc: fix missing explanation of default object privileges. |
commit | commitdiff | tree | snapshot |
2017-10-11 |
Tom Lane | Fix low-probability loss of NOTIFY messages due to... |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Tom Lane | Fix access-off-end-of-array in clog.c. |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Alvaro Herrera | Fix traversal of half-frozen update chains |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Alvaro Herrera | Fix coding rules violations in walreceiver.c |
commit | commitdiff | tree | snapshot |
2017-09-28 |
Alvaro Herrera | Fix freezing of a dead HOT-updated tuple |
commit | commitdiff | tree | snapshot |
2017-09-27 |
Tom Lane | Fix behavior when converting a float infinity to numeric. |
commit | commitdiff | tree | snapshot |
2017-09-27 |
Noah Misch | Don't recommend "DROP SCHEMA information_schema CASCADE". |
commit | commitdiff | tree | snapshot |
2017-09-26 |
Tom Lane | Improve wording of error message added in commit 714805010. |
commit | commitdiff | tree | snapshot |
2017-09-23 |
Peter Eisentraut | Fix saving and restoring umask |
commit | commitdiff | tree | snapshot |
2017-09-22 |
Tom Lane | Sync our copy of the timezone library with IANA tzcode... |
commit | commitdiff | tree | snapshot |
2017-09-21 |
Tom Lane | Give a better error for duplicate entries in VACUUM... |
commit | commitdiff | tree | snapshot |
2017-09-18 |
Michael Meskes | Fixed ECPG to correctly handle out-of-scope cursor... |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Tom Lane | Fix possible dangling pointer dereference in trigger.c. |
commit | commitdiff | tree | snapshot |
2017-09-03 |
Tom Lane | Fix macro-redefinition warning on MSVC. |
commit | commitdiff | tree | snapshot |
2017-09-02 |
Peter Eisentraut | doc: Fix typos and other minor issues |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Tom Lane | Make [U]INT64CONST safe for use in #if conditions. |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Tom Lane | Ensure SIZE_MAX can be used throughout our code. |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Doc: document libpq's restriction to INT_MAX rows in... |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Teach libpq to detect integer overflow in the row count... |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Improve docs about numeric formatting patterns (to_char... |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Tom Lane | Stamp 9.3.19. REL9_3_19 |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Tom Lane | Doc: adjust release-note credit for parallel pg_restore... |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-08-27 |
Tom Lane | Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. |
commit | commitdiff | tree | snapshot |
2017-08-22 |
Andres Freund | Backpatch introduction of TupleDescAttr(tupdesc, i). |
commit | commitdiff | tree | snapshot |
2017-08-19 |
Tom Lane | Fix possible core dump in parallel restore when using... |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Tom Lane | Further tweaks to compiler flags for PL/Perl on Windows. |
commit | commitdiff | tree | snapshot |
2017-08-16 |
Michael Meskes | Changed ecpg parser to allow RETURNING clauses without... |
commit | commitdiff | tree | snapshot |
2017-08-15 |
Peter Eisentraut | Include foreign tables in information_schema.table_priv... |
commit | commitdiff | tree | snapshot |
2017-08-14 |
Tom Lane | Handle elog(FATAL) during ROLLBACK more robustly. |
commit | commitdiff | tree | snapshot |
2017-08-14 |
Tom Lane | Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. |
commit | commitdiff | tree | snapshot |
2017-08-13 |
Tom Lane | Remove AtEOXact_CatCache(). |
commit | commitdiff | tree | snapshot |
2017-08-09 |
Tom Lane | Fix handling of container types in find_composite_type_... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Alvaro Herrera | Reword some unclear comments |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Tom Lane | Stamp 9.3.18. REL9_3_18 |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Noah Misch | Again match pg_user_mappings to information_schema... |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Heikki Linnakangas | Don't allow logging in with empty password. |
commit | commitdiff | tree | snapshot |
2017-08-06 |
Tom Lane | Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. |
commit | commitdiff | tree | snapshot |
2017-08-04 |
Tom Lane | Disallow SSL session tickets. |
commit | commitdiff | tree | snapshot |
2017-08-04 |
Peter Eisentraut | Add missing ALTER USER variants |
commit | commitdiff | tree | snapshot |
next |