2018-11-17 |
Tomas Vondra | Add valgrind suppressions for wcsrtombs optimizations |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Tom Lane | Doc: remove claim that all \pset format options are... |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Tom Lane | Second try at fixing numeric data passed through an... |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Michael Paquier | Initialize TransactionState and user ID consistently... |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Tom Lane | Fix incorrect results for numeric data passed through... |
commit | commitdiff | tree | snapshot |
2018-11-12 |
Tom Lane | Limit the number of index clauses considered in choose_... |
commit | commitdiff | tree | snapshot |
2018-11-10 |
Tom Lane | Fix missing role dependencies for some schema and type... |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Tom Lane | Disallow setting client_min_messages higher than ERROR. |
commit | commitdiff | tree | snapshot |
2018-11-06 |
Bruce Momjian | GUC: adjust effective_cache_size SQL descriptions |
commit | commitdiff | tree | snapshot |
2018-11-05 |
Tom Lane | Stamp 9.4.20. REL9_4_20 |
commit | commitdiff | tree | snapshot |
2018-11-05 |
Andres Freund | Fix copy-paste error in errhint() introduced in 691d79a... |
commit | commitdiff | tree | snapshot |
2018-11-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2018-11-04 |
Tom Lane | Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20... |
commit | commitdiff | tree | snapshot |
2018-11-03 |
Tom Lane | Make ts_locale.c's character-type functions cope with... |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Tom Lane | Yet further rethinking of build changes for macOS Mojave. |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Bruce Momjian | docs: adjust simpler language for NULL return from... |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Bruce Momjian | GUC: adjust effective_cache_size docs and SQL description |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Magnus Hagander | Fix some spelling errors in the documentation |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Bruce Momjian | doc: use simpler language for NULL return from ANY/ALL |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Andres Freund | Fix error message typo introduced 691d79a07933. |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Andres Freund | Disallow starting server with insufficient wal_level... |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Tom Lane | Fix memory leak in repeated SPGIST index scans. |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Tom Lane | Update time zone data files to tzdata release 2018g. |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Magnus Hagander | Fix missing whitespace in pg_dump ref page |
commit | commitdiff | tree | snapshot |
2018-10-28 |
Andrew Dunstan | Fix perl searchpath for modern perl for MSVC tools |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Tom Lane | Update time zone data files to tzdata release 2018f. |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Tom Lane | Still further rethinking of build changes for macOS... |
commit | commitdiff | tree | snapshot |
2018-10-17 |
Tom Lane | Fix minor bug in isolationtester. |
commit | commitdiff | tree | snapshot |
2018-10-17 |
Tom Lane | Improve tzparse's handling of TZDEFRULES ("posixrules... |
commit | commitdiff | tree | snapshot |
2018-10-16 |
Tom Lane | Back off using -isysroot on Darwin. |
commit | commitdiff | tree | snapshot |
2018-10-16 |
Tom Lane | Avoid rare race condition in privileges.sql regression... |
commit | commitdiff | tree | snapshot |
2018-10-16 |
Tom Lane | Avoid statically allocating gmtsub()'s timezone workspace. |
commit | commitdiff | tree | snapshot |
2018-10-15 |
Tom Lane | Check for stack overrun in standard_ProcessUtility(). |
commit | commitdiff | tree | snapshot |
2018-10-14 |
Michael Paquier | Avoid duplicate XIDs at recovery when building initial... |
commit | commitdiff | tree | snapshot |
2018-10-12 |
Tom Lane | Remove abstime, reltime, tinterval tables from old... |
commit | commitdiff | tree | snapshot |
2018-10-12 |
Tom Lane | Back-patch addition of the ALLOCSET_FOO_SIZES macros. |
commit | commitdiff | tree | snapshot |
2018-10-10 |
Andres Freund | Fix logical decoding error when system table w/ toast... |
commit | commitdiff | tree | snapshot |
2018-10-05 |
Tom Lane | Allow btree comparison functions to return INT_MIN. |
commit | commitdiff | tree | snapshot |
2018-10-02 |
Tom Lane | Set snprintf.c's maximum number of NL arguments to... |
commit | commitdiff | tree | snapshot |
2018-10-02 |
Tom Lane | Fix corner-case failures in has_foo_privilege() family... |
commit | commitdiff | tree | snapshot |
2018-10-02 |
Michael Paquier | Fix documentation of pgrowlocks using "lock_type" inste... |
commit | commitdiff | tree | snapshot |
2018-10-01 |
Tom Lane | Fix ALTER COLUMN TYPE to not open a relation without... |
commit | commitdiff | tree | snapshot |
2018-09-30 |
Tom Lane | Fix detection of the result type of strerror_r(). |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Peter Eisentraut | Recurse to sequences on ownership change for all relkinds |
commit | commitdiff | tree | snapshot |
2018-09-25 |
Tom Lane | Make some fixes to allow building Postgres on macOS... |
commit | commitdiff | tree | snapshot |
2018-09-24 |
Tom Lane | Fix over-allocation of space for array_out()'s result... |
commit | commitdiff | tree | snapshot |
2018-09-24 |
Noah Misch | Initialize random() in bootstrap/stand-alone postgres... |
commit | commitdiff | tree | snapshot |
2018-09-23 |
Tom Lane | Fix failure in WHERE CURRENT OF after rewinding the... |
commit | commitdiff | tree | snapshot |
2018-09-21 |
Bruce Momjian | docs: remove use of escape strings and use bytea hex... |
commit | commitdiff | tree | snapshot |
2018-09-21 |
Andres Freund | Error out for clang on x86-32 without SSE2 support... |
commit | commitdiff | tree | snapshot |
2018-09-18 |
Thomas Munro | Allow DSM allocation to be interrupted. |
commit | commitdiff | tree | snapshot |
2018-09-15 |
Tom Lane | Fix failure with initplans used conditionally during... |
commit | commitdiff | tree | snapshot |
2018-09-13 |
Peter Eisentraut | doc: Update broken links |
commit | commitdiff | tree | snapshot |
2018-09-12 |
Andrew Gierth | Repair bug in regexp split performance improvements. |
commit | commitdiff | tree | snapshot |
2018-09-12 |
Tom Lane | On all Windows platforms, not just Cygwin, use _timezon... |
commit | commitdiff | tree | snapshot |
2018-09-11 |
Andrew Dunstan | Support building with Visual Studio 2017 |
commit | commitdiff | tree | snapshot |
2018-09-11 |
Andrew Dunstan | Support building with Visual Studio 2015 |
commit | commitdiff | tree | snapshot |
2018-09-09 |
Alexander Korotkov | Fix past pd_upper write in ginRedoRecompress() |
commit | commitdiff | tree | snapshot |
2018-09-08 |
Tom Lane | Save/restore SPI's global variables in SPI_connect... |
commit | commitdiff | tree | snapshot |
2018-09-07 |
Tom Lane | Limit depth of forced recursion for CLOBBER_CACHE_RECUR... |
commit | commitdiff | tree | snapshot |
2018-09-07 |
Tom Lane | Fix longstanding recursion hazard in sinval message... |
commit | commitdiff | tree | snapshot |
2018-09-06 |
Tom Lane | Make contrib/unaccent's unaccent() function work when... |
commit | commitdiff | tree | snapshot |
2018-09-05 |
Bruce Momjian | docs: improve AT TIME ZONE description |
commit | commitdiff | tree | snapshot |
2018-09-02 |
Michael Paquier | Fix initial sync of slot parent directory when restorin... |
commit | commitdiff | tree | snapshot |
2018-09-01 |
Tom Lane | Doc: fix oversights in "Client/Server Character Set... |
commit | commitdiff | tree | snapshot |
2018-09-01 |
Tom Lane | Avoid using potentially-under-aligned page buffers. |
commit | commitdiff | tree | snapshot |
2018-09-01 |
Noah Misch | Ignore server-side delays when enforcing wal_sender_tim... |
commit | commitdiff | tree | snapshot |
2018-08-31 |
Michael Paquier | Ensure correct minimum consistent point on standbys |
commit | commitdiff | tree | snapshot |
2018-08-31 |
Alexander Korotkov | Enforce cube dimension limit in all cube construction... |
commit | commitdiff | tree | snapshot |
2018-08-31 |
Alexander Korotkov | Split contrib/cube platform-depended checks into separa... |
commit | commitdiff | tree | snapshot |
2018-08-31 |
Tom Lane | Make checksum_impl.h safe to compile with -fstrict... |
commit | commitdiff | tree | snapshot |
2018-08-28 |
Andrew Gierth | Avoid quadratic slowdown in regexp match/split functions. |
commit | commitdiff | tree | snapshot |
2018-08-26 |
Tom Lane | Make syslogger more robust against failures in opening... |
commit | commitdiff | tree | snapshot |
2018-08-25 |
Bruce Momjian | doc: add doc link for 'applicable_roles' |
commit | commitdiff | tree | snapshot |
2018-08-25 |
Bruce Momjian | docs: clarify plpython SD and GD dictionary behavior |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Andrew Gierth | Reduce an unnecessary O(N^3) loop in lexer. |
commit | commitdiff | tree | snapshot |
2018-08-21 |
Michael Paquier | Fix set of NLS translation issues |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Tom Lane | Ensure schema qualification in pg_restore DISABLE/ENABL... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Andrew Gierth | Set scan direction appropriately for SubPlans (bug... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Bruce Momjian | pg_upgrade: issue helpful error message for use on... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Michael Paquier | Mention ownership requirements for REFRESH MATERIALIZED... |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Tomas Vondra | Close the file descriptor in ApplyLogicalMappingFile |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Tom Lane | Make snprintf.c follow the C99 standard for snprintf... |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Tom Lane | Clean up assorted misuses of snprintf()'s result value. |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Alvaro Herrera | Fix pg_replication_slot example output |
commit | commitdiff | tree | snapshot |
2018-08-14 |
Bruce Momjian | pg_upgrade: fix shutdown check for standby servers |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Bruce Momjian | docs: Only first instance of a PREPARE parameter sets... |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Heikki Linnakangas | Don't run atexit callbacks in quickdie signal handlers. |
commit | commitdiff | tree | snapshot |
2018-08-07 |
Tom Lane | Don't record FDW user mappings as members of extensions. |
commit | commitdiff | tree | snapshot |
2018-08-07 |
Tom Lane | Fix incorrect initialization of BackendActivityBuffer. |
commit | commitdiff | tree | snapshot |
2018-08-07 |
Tom Lane | Fix pg_upgrade to handle event triggers in extensions... |
commit | commitdiff | tree | snapshot |
2018-08-07 |
Tom Lane | Ensure pg_dump_sort.c sorts null vs non-null namespace... |
commit | commitdiff | tree | snapshot |
2018-08-06 |
Tom Lane | Stamp 9.4.19. REL9_4_19 |
commit | commitdiff | tree | snapshot |
2018-08-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2018-08-06 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2018-08-06 |
Tom Lane | Fix failure to reset libpq's state fully between connec... |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Tom Lane | Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Tom Lane | Doc: fix incorrectly stated argument list for pgcrypto... |
commit | commitdiff | tree | snapshot |
next |