| 2019-12-14 |
Thomas Munro | Don't use _mdfd_getseg() in mdsyncfiletag(). |
commit | commitdiff | tree |
| 2019-12-13 |
Heikki Linnakangas | Fix crash when a page was split during GiST index creation. |
commit | commitdiff | tree |
| 2019-12-13 |
Tom Lane | Modernize our readline API a tad. |
commit | commitdiff | tree |
| 2019-12-12 |
Tom Lane | Put back regression test case in a more robust form. |
commit | commitdiff | tree |
| 2019-12-12 |
Tom Lane | Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. |
commit | commitdiff | tree |
| 2019-12-12 |
Tom Lane | Remove redundant function calls in timestamp[tz]_part(). |
commit | commitdiff | tree |
| 2019-12-12 |
Alvaro Herrera | (Blindly) tweak new test regex |
commit | commitdiff | tree |
| 2019-12-12 |
Etsuro Fujita | Remove extra parenthesis from comment. |
commit | commitdiff | tree |
| 2019-12-12 |
Tom Lane | Add readfuncs.c support for AppendRelInfo. |
commit | commitdiff | tree |
| 2019-12-11 |
Tom Lane | Remove unstable test case added in commit 5935917ce. |
commit | commitdiff | tree |
| 2019-12-11 |
Tom Lane | Allow executor startup pruning to prune all child nodes. |
commit | commitdiff | tree |
| 2019-12-11 |
Tom Lane | Further adjust EXPLAIN's choices of table alias names. |
commit | commitdiff | tree |
| 2019-12-11 |
Alvaro Herrera | Emit parameter values during query bind/execute errors |
commit | commitdiff | tree |
| 2019-12-11 |
Tom Lane | Use only one thread to handle incoming signals on Windows. |
commit | commitdiff | tree |
| 2019-12-11 |
Peter Eisentraut | Remove ATPrepSetStatistics |
commit | commitdiff | tree |
| 2019-12-11 |
Peter Eisentraut | Fix output of Unicode normalization test |
commit | commitdiff | tree |
| 2019-12-11 |
Michael Paquier | Fix some compiler warnings with timestamp parsing in... |
commit | commitdiff | tree |
| 2019-12-10 |
Tom Lane | Fix tuple column count in pg_control_init(). |
commit | commitdiff | tree |
| 2019-12-10 |
Peter Eisentraut | Cosmetic cleaning of pg_config.h.win32 |
commit | commitdiff | tree |
| 2019-12-10 |
Alvaro Herrera | Add backend-only appendStringInfoStringQuoted |
commit | commitdiff | tree |
| 2019-12-10 |
Tom Lane | In pg_ctl, work around ERROR_SHARING_VIOLATION on the... |
commit | commitdiff | tree |
| 2019-12-10 |
Etsuro Fujita | Fix handling of multiple AFTER ROW triggers on a foreig... |
commit | commitdiff | tree |
| 2019-12-09 |
Tom Lane | Fix race condition in our Windows signal emulation. |
commit | commitdiff | tree |
| 2019-12-09 |
Tom Lane | Improve isolationtester's timeout management. |
commit | commitdiff | tree |
| 2019-12-09 |
Amit Kapila | Fix typos in miscinit.c. |
commit | commitdiff | tree |
| 2019-12-08 |
Noah Misch | Document search_path security with untrusted dbowner... |
commit | commitdiff | tree |
| 2019-12-08 |
Tom Lane | Doc: improve documentation about run-time pruning's... |
commit | commitdiff | tree |
| 2019-12-07 |
Andrew Dunstan | Remove PQsslpassword function |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Lane | Improve test coverage of ruleutils.c. |
commit | commitdiff | tree |
| 2019-12-06 |
Jeff Davis | Fix comments in execGrouping.c |
commit | commitdiff | tree |
| 2019-12-06 |
Tom Lane | Disallow non-default collation in ADD PRIMARY KEY/UNIQU... |
commit | commitdiff | tree |
| 2019-12-06 |
Michael Paquier | Fix handling of OpenSSL's SSL_clear_options |
commit | commitdiff | tree |
| 2019-12-06 |
Michael Paquier | Improve some comments in pg_upgrade.c |
commit | commitdiff | tree |
| 2019-12-06 |
Michael Paquier | Remove configure check for OpenSSL's SSL_get_current_co... |
commit | commitdiff | tree |
| 2019-12-05 |
Robert Haas | pg_basebackup: Refactor code for reading COPY and tar... |
commit | commitdiff | tree |
| 2019-12-05 |
Robert Haas | Minor comment improvements for instrumentation.h |
commit | commitdiff | tree |
| 2019-12-04 |
Alvaro Herrera | Blind attempt at fixing ecpg/compatlib's build |
commit | commitdiff | tree |
| 2019-12-04 |
Alvaro Herrera | Offer pnstrdup to frontend code |
commit | commitdiff | tree |
| 2019-12-04 |
Peter Eisentraut | Update minimum SSL version |
commit | commitdiff | tree |
| 2019-12-04 |
Etsuro Fujita | Fix whitespace. |
commit | commitdiff | tree |
| 2019-12-04 |
Michael Paquier | Use carriage returns for data insertion logs in pgbench... |
commit | commitdiff | tree |
| 2019-12-04 |
Michael Paquier | Remove unnecessary definition of CancelRequested in... |
commit | commitdiff | tree |
| 2019-12-03 |
Tomas Vondra | Ensure maxlen is at leat 1 in dict_int |
commit | commitdiff | tree |
| 2019-12-03 |
Tom Lane | Further sync postgres_fdw's "Relations" output with... |
commit | commitdiff | tree |
| 2019-12-03 |
Michael Paquier | Fix thinkos from commit 9989d37 |
commit | commitdiff | tree |
| 2019-12-03 |
Peter Eisentraut | Fix alter_system_table test |
commit | commitdiff | tree |
| 2019-12-03 |
Michael Paquier | Remove XLogFileNameP() from the tree |
commit | commitdiff | tree |
| 2019-12-03 |
Michael Paquier | Fix failures with TAP tests of pg_ctl on Windows |
commit | commitdiff | tree |
| 2019-12-03 |
Tom Lane | Fix EXPLAIN's column alias output for mismatched child... |
commit | commitdiff | tree |
| 2019-12-02 |
Tom Lane | Add a reverse-translation column number array to struct... |
commit | commitdiff | tree |
| 2019-12-02 |
Tom Lane | Make postgres_fdw's "Relations" output agree with the... |
commit | commitdiff | tree |
| 2019-12-02 |
Michael Paquier | Add query cancellation capabilities in pgbench init... |
commit | commitdiff | tree |
| 2019-12-02 |
Michael Paquier | Refactor query cancellation code into src/fe_utils/ |
commit | commitdiff | tree |
| 2019-12-01 |
Andrew Dunstan | Add dummy versions of new SSL functions for non-SSL... |
commit | commitdiff | tree |
| 2019-12-01 |
Tom Lane | Fix misbehavior with expression indexes on ON COMMIT... |
commit | commitdiff | tree |
| 2019-11-30 |
Andrew Dunstan | libq support for sslpassword connection param, DER... |
commit | commitdiff | tree |
| 2019-11-30 |
Tomas Vondra | Fix off-by-one error in PGTYPEStimestamp_fmt_asc |
commit | commitdiff | tree |
| 2019-11-30 |
Amit Kapila | Revert commits 290acac92b and 8a7e9e9dad. |
commit | commitdiff | tree |
| 2019-11-29 |
Peter Eisentraut | Small code simplification |
commit | commitdiff | tree |
| 2019-11-29 |
Peter Eisentraut | Add a regression test for allow_system_table_mods |
commit | commitdiff | tree |
| 2019-11-29 |
Peter Eisentraut | Make allow_system_table_mods settable at run time |
commit | commitdiff | tree |
| 2019-11-29 |
Peter Eisentraut | Remove any-user DML capability from allow_system_table_mods |
commit | commitdiff | tree |
| 2019-11-29 |
Peter Eisentraut | Add error position to an error message |
commit | commitdiff | tree |
| 2019-11-28 |
Tomas Vondra | Use memcpy instead of a byte loop in pglz_decompress |
commit | commitdiff | tree |
| 2019-11-28 |
Tomas Vondra | Remove unnecessary clauses_attnums variable |
commit | commitdiff | tree |
| 2019-11-28 |
Tomas Vondra | Fix choose_best_statistics to check clauses individually |
commit | commitdiff | tree |
| 2019-11-28 |
Alvaro Herrera | Remove useless "return;" lines |
commit | commitdiff | tree |
| 2019-11-28 |
Amit Kapila | Add tests for '-f' option in dropdb utility. |
commit | commitdiff | tree |
| 2019-11-28 |
Amit Kapila | Move pump_until to TestLib.pm. |
commit | commitdiff | tree |
| 2019-11-28 |
Bruce Momjian | pg_upgrade: adjust error paragraph width to be consistent |
commit | commitdiff | tree |
| 2019-11-28 |
Bruce Momjian | pg_upgrade: improve instructions for fixing incompatibl... |
commit | commitdiff | tree |
| 2019-11-27 |
Andrew Dunstan | Don't use native methods in TestLib::slurp_file on... |
commit | commitdiff | tree |
| 2019-11-27 |
Andrew Dunstan | Revert "Close stdin where it's not needed in TestLib... |
commit | commitdiff | tree |
| 2019-11-27 |
Peter Eisentraut | Move configure --disable-float8-byval to pg_config_manual.h |
commit | commitdiff | tree |
| 2019-11-27 |
Etsuro Fujita | Fix typo in comment. |
commit | commitdiff | tree |
| 2019-11-26 |
Andrew Dunstan | Fix closing stdin in TestLib.pm |
commit | commitdiff | tree |
| 2019-11-26 |
Tom Lane | Allow access to child table statistics if user can... |
commit | commitdiff | tree |
| 2019-11-26 |
Michael Paquier | Add safeguards for pg_fsync() called with incorrectly... |
commit | commitdiff | tree |
| 2019-11-26 |
Amit Kapila | Don't shut down Gather[Merge] early under Limit. |
commit | commitdiff | tree |
| 2019-11-25 |
Robert Haas | Use procsignal_sigusr1_handler for auxiliary processes. |
commit | commitdiff | tree |
| 2019-11-25 |
Andrew Dunstan | Close stdin where it's not needed in TestLib.pm procedures |
commit | commitdiff | tree |
| 2019-11-25 |
Alvaro Herrera | Refactor WAL file-reading code into WALRead() |
commit | commitdiff | tree |
| 2019-11-25 |
Tom Lane | Fix unportable printf format introduced in commit 9290a... |
commit | commitdiff | tree |
| 2019-11-25 |
Amit Kapila | Make the order of the header file includes consistent. |
commit | commitdiff | tree |
| 2019-11-25 |
Michael Paquier | Fix inconsistent variable name in static function of... |
commit | commitdiff | tree |
| 2019-11-25 |
Michael Paquier | Refactor reloption handling for index AMs in-core |
commit | commitdiff | tree |
| 2019-11-24 |
Andrew Dunstan | Use native methods to open input in TestLib::slurp_file... |
commit | commitdiff | tree |
| 2019-11-24 |
Tom Lane | Doc: improve discussion of race conditions involved... |
commit | commitdiff | tree |
| 2019-11-24 |
Tom Lane | Avoid assertion failure with LISTEN in a serializable... |
commit | commitdiff | tree |
| 2019-11-24 |
Thomas Munro | doc: Fix whitespace in syntax. |
commit | commitdiff | tree |
| 2019-11-24 |
Tom Lane | Stabilize NOTIFY behavior by transmitting notifies... |
commit | commitdiff | tree |
| 2019-11-24 |
Tom Lane | Stabilize the results of pg_notification_queue_usage(). |
commit | commitdiff | tree |
| 2019-11-24 |
Tom Lane | Remove a couple of unnecessary if-tests. |
commit | commitdiff | tree |
| 2019-11-23 |
Alvaro Herrera | Remove debugging aid |
commit | commitdiff | tree |
| 2019-11-23 |
Joe Conway | Update sepgsql to add mandatory access control for... |
commit | commitdiff | tree |
| 2019-11-23 |
Joe Conway | Add object TRUNCATE hook |
commit | commitdiff | tree |
| 2019-11-22 |
Tom Lane | Make psql redisplay the query buffer after \e. |
commit | commitdiff | tree |
| 2019-11-22 |
Tom Lane | Avoid taking a new snapshot for an immutable simple... |
commit | commitdiff | tree |
| 2019-11-22 |
Tom Lane | Add test coverage for "unchanged toast column" replicat... |
commit | commitdiff | tree |
| 2019-11-22 |
Tom Lane | Fix bogus tuple-slot management in logical replication... |
commit | commitdiff | tree |
| next |