| 2019-08-28 |
Thomas Munro | Avoid catalog lookups in RelationAllowsEarlyPruning(). |
commit | commitdiff | tree |
| 2019-08-28 |
Michael Paquier | Improve coverage of utils/float.h |
commit | commitdiff | tree |
| 2019-08-28 |
Michael Paquier | Disable timeouts when running pg_rewind with online... |
commit | commitdiff | tree |
| 2019-08-27 |
Tom Lane | Set application_name per-test in isolation and ecpg... |
commit | commitdiff | tree |
| 2019-08-27 |
Tom Lane | Doc: improve documentation of pg_signal_backend default... |
commit | commitdiff | tree |
| 2019-08-27 |
Tom Lane | Improve what pg_strsignal prints if we haven't got... |
commit | commitdiff | tree |
| 2019-08-27 |
Peter Geoghegan | Remove obsolete nbtree page deletion comment. |
commit | commitdiff | tree |
| 2019-08-27 |
Tom Lane | Doc: clarify behavior of standard aggregates for null... |
commit | commitdiff | tree |
| 2019-08-27 |
Tom Lane | Add missing newline in help output. |
commit | commitdiff | tree |
| 2019-08-27 |
Tom Lane | Reject empty names and recursion in config-file include... |
commit | commitdiff | tree |
| 2019-08-27 |
Michael Paquier | Fix failure of --jobs with reindexdb and vacuumdb on... |
commit | commitdiff | tree |
| 2019-08-26 |
Tom Lane | Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM... |
commit | commitdiff | tree |
| 2019-08-26 |
Tom Lane | Fix postmaster state machine to handle dead_end child... |
commit | commitdiff | tree |
| 2019-08-26 |
Tom Lane | Make comment in fmgr.h match the one in fmgr.c. |
commit | commitdiff | tree |
| 2019-08-26 |
Peter Eisentraut | Fix gettext triggers specification |
commit | commitdiff | tree |
| 2019-08-26 |
Andrew Dunstan | Adjust to latest Msys2 kernel release number |
commit | commitdiff | tree |
| 2019-08-26 |
Andrew Dunstan | Treat MINGW and MSYS the same in pg_upgrade test script |
commit | commitdiff | tree |
| 2019-08-26 |
Michael Paquier | Fix error handling of vacuumdb and reindexdb when runni... |
commit | commitdiff | tree |
| 2019-08-25 |
Tom Lane | Avoid platform-specific null pointer dereference in... |
commit | commitdiff | tree |
| 2019-08-25 |
Tom Lane | Back off output precision in circle.sql regression... |
commit | commitdiff | tree |
| 2019-08-25 |
Thomas Munro | Don't rely on llvm::make_unique. |
commit | commitdiff | tree |
| 2019-08-24 |
Michael Paquier | Do more cleanup of isolation tests for test_decoding |
commit | commitdiff | tree |
| 2019-08-24 |
Peter Geoghegan | Explain subtlety in nbtree locking protocol. |
commit | commitdiff | tree |
| 2019-08-24 |
Michael Paquier | Detect unused steps in isolation specs and do some... |
commit | commitdiff | tree |
| 2019-08-24 |
Michael Paquier | Remove dry-run mode from isolationtester |
commit | commitdiff | tree |
| 2019-08-23 |
Michael Paquier | Improve documentation of pageinspect |
commit | commitdiff | tree |
| 2019-08-22 |
Peter Eisentraut | Update SQL conformance information |
commit | commitdiff | tree |
| 2019-08-22 |
Peter Eisentraut | Make SQL/JSON error code names match SQL standard |
commit | commitdiff | tree |
| 2019-08-22 |
Michael Paquier | Doc: Remove mention to "Visual Studio Express 2019" |
commit | commitdiff | tree |
| 2019-08-21 |
Peter Geoghegan | Update comments on nbtree stack struct. |
commit | commitdiff | tree |
| 2019-08-21 |
Peter Eisentraut | Remove configure detection of crypt() |
commit | commitdiff | tree |
| 2019-08-21 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2019-08-21 |
Tom Lane | Remove unnecessary test dependency on the contents... |
commit | commitdiff | tree |
| 2019-08-21 |
Peter Eisentraut | Remove master/slave usage from plpgsql tests |
commit | commitdiff | tree |
| 2019-08-20 |
Peter Eisentraut | Clean up some SCRAM attribute processing |
commit | commitdiff | tree |
| 2019-08-20 |
Alvaro Herrera | Fix bogus comment |
commit | commitdiff | tree |
| 2019-08-20 |
Michael Paquier | Fix compilation failure of vacuumdb and reindexdb with... |
commit | commitdiff | tree |
| 2019-08-20 |
Michael Paquier | Doc: Improve wording of multiple places in documentation |
commit | commitdiff | tree |
| 2019-08-19 |
Tom Lane | Restore json{b}_populate_record{set}'s ability to take... |
commit | commitdiff | tree |
| 2019-08-19 |
Andres Freund | Add fmgr.h include to selfuncs.h. |
commit | commitdiff | tree |
| 2019-08-19 |
Tom Lane | Add "headerscheck" script to test header-file compilabi... |
commit | commitdiff | tree |
| 2019-08-19 |
Tom Lane | Use zic's new "-b slim" option to generate smaller... |
commit | commitdiff | tree |
| 2019-08-19 |
Alvaro Herrera | Replace genetic algorithm ASCII-art with a real figure |
commit | commitdiff | tree |
| 2019-08-19 |
Peter Eisentraut | doc: Fix image use in PDF build with vpath |
commit | commitdiff | tree |
| 2019-08-19 |
Michael Paquier | Fix tab completion for CREATE TYPE in psql |
commit | commitdiff | tree |
| 2019-08-19 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 11 |
commit | commitdiff | tree |
| 2019-08-18 |
Tom Lane | Avoid conflicts with library versions of inet_net_ntop... |
commit | commitdiff | tree |
| 2019-08-18 |
Tom Lane | Fix incidental warnings from cpluspluscheck. |
commit | commitdiff | tree |
| 2019-08-18 |
Tom Lane | Fix failure-to-compile-standalone in scripts_parallel.h. |
commit | commitdiff | tree |
| 2019-08-18 |
Tom Lane | Fix failure-to-compile-standalone in ecpg's dt.h. |
commit | commitdiff | tree |
| 2019-08-18 |
Tom Lane | Disallow changing an inherited column's type if not... |
commit | commitdiff | tree |
| 2019-08-18 |
Peter Eisentraut | Remove obsolete reference to Irix |
commit | commitdiff | tree |
| 2019-08-17 |
Tom Lane | Make deadlock-parallel isolation test more robust. |
commit | commitdiff | tree |
| 2019-08-17 |
Peter Eisentraut | Improve Assert output |
commit | commitdiff | tree |
| 2019-08-16 |
Andres Freund | Add default_table_access_method to postgresql.conf... |
commit | commitdiff | tree |
| 2019-08-16 |
Andres Freund | Add missing fmgr.h include. |
commit | commitdiff | tree |
| 2019-08-16 |
Andres Freund | Remove fmgr.h includes from headers that don't really... |
commit | commitdiff | tree |
| 2019-08-16 |
Andres Freund | Don't include utils/array.h from acl.h. |
commit | commitdiff | tree |
| 2019-08-16 |
Andres Freund | Remove redundant prototypes for SQL callable functions. |
commit | commitdiff | tree |
| 2019-08-16 |
Etsuro Fujita | Remove useless bms_free() calls in build_child_join_rel(). |
commit | commitdiff | tree |
| 2019-08-16 |
Tom Lane | Prevent possible double-free when update trigger return... |
commit | commitdiff | tree |
| 2019-08-15 |
Tom Lane | Fix plpgsql to re-look-up composite type names at need. |
commit | commitdiff | tree |
| 2019-08-15 |
Tom Lane | Use a hash table to de-duplicate NOTIFY events faster. |
commit | commitdiff | tree |
| 2019-08-15 |
Tom Lane | Doc: improve documentation about postgresql.auto.conf. |
commit | commitdiff | tree |
| 2019-08-14 |
Tom Lane | Fix ALTER SYSTEM to cope with duplicate entries in... |
commit | commitdiff | tree |
| 2019-08-14 |
Peter Geoghegan | Remove block number field from nbtree stack. |
commit | commitdiff | tree |
| 2019-08-14 |
Peter Eisentraut | initdb: Remove obsolete locale handling |
commit | commitdiff | tree |
| 2019-08-14 |
Michael Paquier | Fix random regression failure in test case "collate... |
commit | commitdiff | tree |
| 2019-08-14 |
Peter Geoghegan | Remove obsolete nbtree README commentary. |
commit | commitdiff | tree |
| 2019-08-13 |
Tom Lane | Un-break pg_dump for pre-8.3 source servers. |
commit | commitdiff | tree |
| 2019-08-13 |
Peter Geoghegan | Use PageIndexTupleOverwrite() within nbtree. |
commit | commitdiff | tree |
| 2019-08-13 |
Alvaro Herrera | Don't constraint-exclude partitioned tables as much |
commit | commitdiff | tree |
| 2019-08-13 |
Peter Eisentraut | Update to DocBook 4.5 |
commit | commitdiff | tree |
| 2019-08-13 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 10 |
commit | commitdiff | tree |
| 2019-08-13 |
Michael Paquier | Fix random regression failure in test case "temp" |
commit | commitdiff | tree |
| 2019-08-12 |
Peter Geoghegan | amcheck: Skip unlogged relations during recovery. |
commit | commitdiff | tree |
| 2019-08-12 |
Tom Lane | Fix planner's test for case-foldable characters in... |
commit | commitdiff | tree |
| 2019-08-12 |
Tom Lane | Remove EState.es_range_table_array. |
commit | commitdiff | tree |
| 2019-08-12 |
Tom Lane | Rationalize use of list_concat + list_copy combinations. |
commit | commitdiff | tree |
| 2019-08-12 |
Alexander Korotkov | Fix string comparison in jsonpath |
commit | commitdiff | tree |
| 2019-08-11 |
Tom Lane | Partially revert "Insert temporary debugging output... |
commit | commitdiff | tree |
| 2019-08-11 |
Alexander Korotkov | Adjust string comparison in jsonpath |
commit | commitdiff | tree |
| 2019-08-10 |
Tom Lane | Fix "ANALYZE t, t" inside a transaction block. |
commit | commitdiff | tree |
| 2019-08-10 |
Peter Geoghegan | Rename tuplesort.c's SortTuple.tupindex field. |
commit | commitdiff | tree |
| 2019-08-09 |
Tom Lane | Fix SIGSEGV in pruning for ScalarArrayOp with constant... |
commit | commitdiff | tree |
| 2019-08-09 |
Tom Lane | Cosmetic improvements in setup of planner's per-RTE... |
commit | commitdiff | tree |
| 2019-08-09 |
Michael Paquier | Refactor logic to remove trailing CR/LF characters... |
commit | commitdiff | tree |
| 2019-08-08 |
Peter Geoghegan | Update obsolete tuplesort READTUP() comment. |
commit | commitdiff | tree |
| 2019-08-08 |
Alvaro Herrera | Clarify the default partition's role |
commit | commitdiff | tree |
| 2019-08-08 |
Andrew Dunstan | Fix certificate subjects in ldap test |
commit | commitdiff | tree |
| 2019-08-08 |
Peter Eisentraut | initdb: Use varargs macro for PG_CMD_PRINTF |
commit | commitdiff | tree |
| 2019-08-07 |
Tom Lane | Doc: document permissions required for ANALYZE. |
commit | commitdiff | tree |
| 2019-08-07 |
Alvaro Herrera | Remove unnecessary #include <limits.h> |
commit | commitdiff | tree |
| 2019-08-07 |
Alvaro Herrera | Add comment on no default partition with hash partitioning |
commit | commitdiff | tree |
| 2019-08-07 |
Alvaro Herrera | Apply constraint exclusion more generally in partitioning |
commit | commitdiff | tree |
| 2019-08-07 |
Alexander Korotkov | Fix some typos in jsonpath documentation |
commit | commitdiff | tree |
| 2019-08-07 |
Etsuro Fujita | Fix typos in comments. |
commit | commitdiff | tree |
| 2019-08-07 |
Heikki Linnakangas | Fix predicate-locking of HOT updated rows. |
commit | commitdiff | tree |
| 2019-08-07 |
Michael Paquier | Fix some incorrect parsing of time with time zone strings |
commit | commitdiff | tree |
| 2019-08-07 |
Michael Paquier | Adjust tuple data lookup logic in multi-insert logical... |
commit | commitdiff | tree |
| next |