| 2017-09-22 |
Tom Lane | Sync our copy of the timezone library with IANA tzcode |
commit | commitdiff | tree |
| 2017-09-22 |
Tom Lane | Revert "Fix bool/int type confusion" |
commit | commitdiff | tree |
| 2017-09-21 |
Andrew Dunstan | Provide a test for variable existence in psql |
commit | commitdiff | tree |
| 2017-09-21 |
Tom Lane | Give a better error for duplicate entries in VACUUM... |
commit | commitdiff | tree |
| 2017-09-21 |
Andrew Dunstan | Quieten warnings about unused variables |
commit | commitdiff | tree |
| 2017-09-21 |
Robert Haas | Associate partitioning information with each RelOptInfo. |
commit | commitdiff | tree |
| 2017-09-20 |
Tom Lane | Improve dubious memory management in pg_newlocale_from_... |
commit | commitdiff | tree |
| 2017-09-20 |
Tom Lane | Fix instability in subscription regression test. |
commit | commitdiff | tree |
| 2017-09-20 |
Tom Lane | Fix erroneous documentation about noise word GROUP. |
commit | commitdiff | tree |
| 2017-09-20 |
Robert Haas | Fix create_lateral_join_info to handle dead relations... |
commit | commitdiff | tree |
| 2017-09-20 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
| 2017-09-20 |
Bruce Momjian | docs: re-add instructions on setting wal_level for... |
commit | commitdiff | tree |
| 2017-09-20 |
Peter Eisentraut | Fix compiler warning |
commit | commitdiff | tree |
| 2017-09-20 |
Peter Eisentraut | Sync process names between ps and pg_stat_activity |
commit | commitdiff | tree |
| 2017-09-20 |
Magnus Hagander | Mention need for --no-inc-recursive in rsync command |
commit | commitdiff | tree |
| 2017-09-20 |
Andres Freund | Make WAL segment size configurable at initdb time. |
commit | commitdiff | tree |
| 2017-09-20 |
Andres Freund | Accept that server might not be able to send error... |
commit | commitdiff | tree |
| 2017-09-20 |
Tom Lane | Remove no-op GiST support functions in the core GiST... |
commit | commitdiff | tree |
| 2017-09-20 |
Tom Lane | Allow no-op GiST support functions to be omitted. |
commit | commitdiff | tree |
| 2017-09-19 |
Andres Freund | s/NULL byte/NUL byte/ in comment refering to C string... |
commit | commitdiff | tree |
| 2017-09-19 |
Peter Eisentraut | Add basic TAP test setup for pg_upgrade |
commit | commitdiff | tree |
| 2017-09-19 |
Andres Freund | Avoid use of non-portable strnlen() in pgstat_clip_acti... |
commit | commitdiff | tree |
| 2017-09-19 |
Andres Freund | Speedup pgstat_report_activity by moving mb-aware trunc... |
commit | commitdiff | tree |
| 2017-09-19 |
Andrew Dunstan | Disable multi-byte citext tests |
commit | commitdiff | tree |
| 2017-09-19 |
Tom Lane | Cache datatype-output-function lookup info across calls... |
commit | commitdiff | tree |
| 2017-09-19 |
Andrew Dunstan | Set client encoding to UTF8 for the citext regression... |
commit | commitdiff | tree |
| 2017-09-19 |
Andres Freund | Make new crash restart test a bit more robust. |
commit | commitdiff | tree |
| 2017-09-19 |
Bruce Momjian | doc: add example of % substitution for connection... |
commit | commitdiff | tree |
| 2017-09-19 |
Andrew Dunstan | Add citext_pattern_ops for citext contrib module |
commit | commitdiff | tree |
| 2017-09-19 |
Andres Freund | Rearm statement_timeout after each executed query. |
commit | commitdiff | tree |
| 2017-09-19 |
Andres Freund | Fix uninitialized variable in dshash.c. |
commit | commitdiff | tree |
| 2017-09-19 |
Andres Freund | Add test for postmaster crash restarts. |
commit | commitdiff | tree |
| 2017-09-19 |
Andres Freund | Fix crash restart bug introduced in 8356753c212. |
commit | commitdiff | tree |
| 2017-09-18 |
Tom Lane | Minor code-cleanliness improvements for btree. |
commit | commitdiff | tree |
| 2017-09-18 |
Tom Lane | Make ExplainOpenGroup and ExplainCloseGroup public. |
commit | commitdiff | tree |
| 2017-09-18 |
Tom Lane | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro... |
commit | commitdiff | tree |
| 2017-09-18 |
Tom Lane | Fix, or at least ameliorate, bugs in logicalrep_worker_... |
commit | commitdiff | tree |
| 2017-09-18 |
Peter Eisentraut | Update some dead external links in the documentation |
commit | commitdiff | tree |
| 2017-09-18 |
Peter Eisentraut | Remove dead external links from documentation |
commit | commitdiff | tree |
| 2017-09-18 |
Peter Eisentraut | Fix DROP SUBSCRIPTION hang |
commit | commitdiff | tree |
| 2017-09-17 |
Tom Lane | Doc: update v10 release notes through today. |
commit | commitdiff | tree |
| 2017-09-17 |
Tom Lane | Allow rel_is_distinct_for() to look through RelabelType... |
commit | commitdiff | tree |
| 2017-09-17 |
Tom Lane | Fix possible dangling pointer dereference in trigger.c. |
commit | commitdiff | tree |
| 2017-09-17 |
Tom Lane | Ensure that BEFORE STATEMENT triggers fire the right... |
commit | commitdiff | tree |
| 2017-09-17 |
Tom Lane | Fix bogus size calculation introduced by commit cc5f81366. |
commit | commitdiff | tree |
| 2017-09-16 |
Tom Lane | Doc: add example of transition table use in a trigger. |
commit | commitdiff | tree |
| 2017-09-16 |
Tom Lane | Fix SQL-spec incompatibilities in new transition table... |
commit | commitdiff | tree |
| 2017-09-16 |
Bruce Momjian | docs: clarify pg_upgrade docs regarding standbys and... |
commit | commitdiff | tree |
| 2017-09-16 |
Robert Haas | After a MINVALUE/MAXVALUE bound, allow only more of... |
commit | commitdiff | tree |
| 2017-09-15 |
Alvaro Herrera | src/test/ldap: Fix test function in Linux port |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | Apply pg_get_serial_sequence() to identity column seque... |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | Add LDAP authentication test suite |
commit | commitdiff | tree |
| 2017-09-15 |
Tom Lane | Get rid of shared_record_typmod_registry_worker_detach... |
commit | commitdiff | tree |
| 2017-09-15 |
Robert Haas | Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER... |
commit | commitdiff | tree |
| 2017-09-15 |
Tom Lane | Don't use anonymous unions. |
commit | commitdiff | tree |
| 2017-09-15 |
Tom Lane | Avoid duplicate typedef for SharedRecordTypmodRegistry. |
commit | commitdiff | tree |
| 2017-09-15 |
Andres Freund | Remove TupleDesc remapping logic from tqueue.c. |
commit | commitdiff | tree |
| 2017-09-15 |
Andres Freund | Add support for coordinating record typmods among paral... |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | isn: Fix debug code |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | pg_archivecleanup: Add test suite |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | passwordcheck: Add test suite |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | chkpass: Add test suite |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | lo: Add test suite |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | fuzzystrmatch: Add test suite |
commit | commitdiff | tree |
| 2017-09-15 |
Peter Eisentraut | adminpack: Add test suite |
commit | commitdiff | tree |
| 2017-09-14 |
Robert Haas | Add missing tags to GetCommandLogLevel. |
commit | commitdiff | tree |
| 2017-09-14 |
Andres Freund | Perform only one ReadControlFile() during startup. |
commit | commitdiff | tree |
| 2017-09-14 |
Robert Haas | Expand partitioned table RTEs level by level, without... |
commit | commitdiff | tree |
| 2017-09-14 |
Peter Eisentraut | Avoid use of bool in thread_test.c |
commit | commitdiff | tree |
| 2017-09-14 |
Robert Haas | Make RelationGetPartitionDispatchInfo expand depth... |
commit | commitdiff | tree |
| 2017-09-14 |
Peter Eisentraut | Remove BoolPtr type |
commit | commitdiff | tree |
| 2017-09-14 |
Peter Eisentraut | Fix bool/int type confusion |
commit | commitdiff | tree |
| 2017-09-14 |
Robert Haas | Fix inconsistent capitalization. |
commit | commitdiff | tree |
| 2017-09-14 |
Robert Haas | Set partitioned_rels appropriately when UNION ALL is... |
commit | commitdiff | tree |
| 2017-09-14 |
Andres Freund | Properly check interrupts in execScan.c. |
commit | commitdiff | tree |
| 2017-09-14 |
Stephen Frost | Fix ordering in pg_dump of GRANTs |
commit | commitdiff | tree |
| 2017-09-13 |
Tom Lane | Adjust unstable regression test case. |
commit | commitdiff | tree |
| 2017-09-13 |
Tom Lane | Update contrib/seg for new scalarlesel/scalargesel... |
commit | commitdiff | tree |
| 2017-09-13 |
Tom Lane | Distinguish selectivity of < from <= and > from >=. |
commit | commitdiff | tree |
| 2017-09-13 |
Peter Eisentraut | doc: Remove incorrect SCRAM protocol documentation |
commit | commitdiff | tree |
| 2017-09-13 |
Bruce Momjian | docs: adjust "link mode" mention in pg_upgrade streami... |
commit | commitdiff | tree |
| 2017-09-13 |
Bruce Momjian | docs: improve pg_upgrade standby instructions |
commit | commitdiff | tree |
| 2017-09-13 |
Peter Eisentraut | Improve error message in WAL sender |
commit | commitdiff | tree |
| 2017-09-13 |
Peter Eisentraut | Define LDAP_NO_ATTRS if necessary. |
commit | commitdiff | tree |
| 2017-09-12 |
Tom Lane | Add psql variables to track success/failure of SQL... |
commit | commitdiff | tree |
| 2017-09-12 |
Andres Freund | Introduce BYTES unit for GUCs. |
commit | commitdiff | tree |
| 2017-09-12 |
Bruce Momjian | docs: improve pg_upgrade rsync instructions |
commit | commitdiff | tree |
| 2017-09-12 |
Peter Eisentraut | doc: Remove useless marked section |
commit | commitdiff | tree |
| 2017-09-12 |
Peter Eisentraut | doc: Document default scope in LDAP URL |
commit | commitdiff | tree |
| 2017-09-12 |
Peter Eisentraut | Allow custom search filters to be configured for LDAP... |
commit | commitdiff | tree |
| 2017-09-12 |
Michael Meskes | Fixed ECPG to correctly handle out-of-scope cursor... |
commit | commitdiff | tree |
| 2017-09-12 |
Tom Lane | Fix RecursiveCopy.pm to cope with disappearing files. |
commit | commitdiff | tree |
| 2017-09-11 |
Bruce Momjian | PG 10 release notes: change trigger transition tables |
commit | commitdiff | tree |
| 2017-09-11 |
Bruce Momjian | PG 10 release notes: update PL/Tcl functions item |
commit | commitdiff | tree |
| 2017-09-11 |
Peter Eisentraut | pg_receivewal: Add --endpos option |
commit | commitdiff | tree |
| 2017-09-11 |
Andres Freund | Constify numeric.c. |
commit | commitdiff | tree |
| 2017-09-11 |
Tom Lane | Prefer argument name over "$n" for the refname of a... |
commit | commitdiff | tree |
| 2017-09-11 |
Peter Eisentraut | doc: Document function pointer source code style |
commit | commitdiff | tree |
| 2017-09-11 |
Peter Eisentraut | Message style fixes |
commit | commitdiff | tree |
| 2017-09-10 |
Tom Lane | Quick-hack fix for foreign key cascade vs triggers... |
commit | commitdiff | tree |
| next |