2017-04-21 |
Tom Lane | Avoid depending on non-POSIX behavior of fcntl(2). |
commit | commitdiff | tree |
2017-04-21 |
Heikki Linnakangas | Change the on-disk format of SCRAM verifiers to conform... |
commit | commitdiff | tree |
2017-04-21 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
2017-04-21 |
Tom Lane | Remove long-obsolete catering for platforms without... |
commit | commitdiff | tree |
2017-04-21 |
Peter Eisentraut | Synchronize table list before creating slot in CREATE... |
commit | commitdiff | tree |
2017-04-20 |
Tom Lane | Add missing erand48.c to libpq/.gitignore. |
commit | commitdiff | tree |
2017-04-20 |
Alvaro Herrera | Improve multivariate statistics documentation |
commit | commitdiff | tree |
2017-04-20 |
Tom Lane | Sync pg_ctl documentation and usage message with reality. |
commit | commitdiff | tree |
2017-04-20 |
Peter Eisentraut | Modify message when partitioned table is added to publi... |
commit | commitdiff | tree |
2017-04-20 |
Fujii Masao | Prevent log_replication_commands from causing SQL comma... |
commit | commitdiff | tree |
2017-04-20 |
Fujii Masao | Mark some columns in pg_subscription as NOT NULL. |
commit | commitdiff | tree |
2017-04-20 |
Fujii Masao | Don't call the function that may raise an error while... |
commit | commitdiff | tree |
2017-04-19 |
Heikki Linnakangas | Fix typo in docs on SASL authentication. |
commit | commitdiff | tree |
2017-04-18 |
Tom Lane | Fix testing of parallel-safety of SubPlans. |
commit | commitdiff | tree |
2017-04-18 |
Tom Lane | Doc: improve markup in self-signed certificate example. |
commit | commitdiff | tree |
2017-04-18 |
Fujii Masao | Improve documentation and comment for quorum-based... |
commit | commitdiff | tree |
2017-04-18 |
Tom Lane | Provide an error cursor for "can't call an SRF here... |
commit | commitdiff | tree |
2017-04-18 |
Fujii Masao | A collection of small fixes for logical replication. |
commit | commitdiff | tree |
2017-04-18 |
Fujii Masao | Use DatumGetInt32() to extract 32-bit integer value... |
commit | commitdiff | tree |
2017-04-18 |
Heikki Linnakangas | Also fix comment in sample postgresql.conf file, for... |
commit | commitdiff | tree |
2017-04-18 |
Andrew Dunstan | Simplify docs on creating a self-signed SSL certificate |
commit | commitdiff | tree |
2017-04-18 |
Heikki Linnakangas | Rename "scram" to "scram-sha-256" in pg_hba.conf and... |
commit | commitdiff | tree |
2017-04-18 |
Simon Riggs | Fix minor typo in comment |
commit | commitdiff | tree |
2017-04-18 |
Simon Riggs | Exit correctly from PrepareRedoRemove() when not found |
commit | commitdiff | tree |
2017-04-18 |
Simon Riggs | Donโt push nextid too far forwards in recovery |
commit | commitdiff | tree |
2017-04-18 |
Simon Riggs | Allow COMMENT ON COLUMN with partitioned tables |
commit | commitdiff | tree |
2017-04-18 |
Heikki Linnakangas | Fix example on creating a trigger with a transition... |
commit | commitdiff | tree |
2017-04-18 |
Peter Eisentraut | doc: Clarify logical replication details |
commit | commitdiff | tree |
2017-04-18 |
Peter Eisentraut | Set range table for CopyFrom() in tablesync |
commit | commitdiff | tree |
2017-04-17 |
Alvaro Herrera | Rename columns in new pg_statistic_ext catalog |
commit | commitdiff | tree |
2017-04-17 |
Alvaro Herrera | Tighten up relation kind checks for extended statistics |
commit | commitdiff | tree |
2017-04-17 |
Tom Lane | Always build a custom plan node's targetlist from the... |
commit | commitdiff | tree |
2017-04-17 |
Fujii Masao | Fix typos in comment and log message. |
commit | commitdiff | tree |
2017-04-17 |
Peter Eisentraut | Fix new warnings from GCC 7 |
commit | commitdiff | tree |
2017-04-17 |
Peter Eisentraut | Fix perlcritic warnings |
commit | commitdiff | tree |
2017-04-17 |
Alvaro Herrera | Fix extended statistics with partial analyzes |
commit | commitdiff | tree |
2017-04-17 |
Peter Eisentraut | pg_dump: Emit ONLY before table added to publication |
commit | commitdiff | tree |
2017-04-17 |
Peter Eisentraut | Document that ONLY can be specified in publication... |
commit | commitdiff | tree |
2017-04-17 |
Tom Lane | Ensure BackgroundWorker struct contents are well-defined. |
commit | commitdiff | tree |
2017-04-16 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree |
2017-04-16 |
Tom Lane | Sync addRangeTableEntryForENR() with its peer functions. |
commit | commitdiff | tree |
2017-04-15 |
Andrew Dunstan | Make sure to run one initdb TAP test with no TZ set |
commit | commitdiff | tree |
2017-04-15 |
Tom Lane | Provide a way to control SysV shmem attach address... |
commit | commitdiff | tree |
2017-04-15 |
Tom Lane | Fix erroneous cross-reference in comment. |
commit | commitdiff | tree |
2017-04-15 |
Tom Lane | More cleanup of manipulations of hash indexes' hasho_fl... |
commit | commitdiff | tree |
2017-04-15 |
Andrew Dunstan | Downcase "Wincrypt.h" |
commit | commitdiff | tree |
2017-04-15 |
Tom Lane | Avoid passing function pointers across process boundaries. |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
2017-04-14 |
Tom Lane | Use one transaction while reading postgres.bki, not... |
commit | commitdiff | tree |
2017-04-14 |
Tom Lane | Clean up manipulations of hash indexes' hasho_flag... |
commit | commitdiff | tree |
2017-04-14 |
Tom Lane | Further fix pg_trgm's extraction of trigrams from regul... |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | Report statistics in logical replication workers |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | Catversion bump |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | Add option to modify sync commit per subscription |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | Remove pstrdup of TextDatumGetCString |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | Remove useless trailing spaces in queries in C strings |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | Remove trailing spaces in some output |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | pg_dump: Dump comments and security labels for publicat... |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | Make header self-contained |
commit | commitdiff | tree |
2017-04-14 |
Peter Eisentraut | pg_dumpall: Allow --no-role-passwords and --binary... |
commit | commitdiff | tree |
2017-04-13 |
Tom Lane | Fix regexport.c to behave sanely with lookaround constr... |
commit | commitdiff | tree |
2017-04-13 |
Bruce Momjian | doc: add missing sect1 close tag |
commit | commitdiff | tree |
2017-04-13 |
Heikki Linnakangas | Improve the SASL authentication protocol. |
commit | commitdiff | tree |
2017-04-13 |
Heikki Linnakangas | Refactor libpq authentication request processing. |
commit | commitdiff | tree |
2017-04-13 |
Tom Lane | Move bootstrap-time lookup of regproc OIDs into genbki.pl. |
commit | commitdiff | tree |
2017-04-13 |
Peter Eisentraut | pg_dump: Always dump subscriptions NOCONNECT |
commit | commitdiff | tree |
2017-04-13 |
Peter Eisentraut | pg_dump: Dump subscriptions by default |
commit | commitdiff | tree |
2017-04-13 |
Alvaro Herrera | Fix XMLTABLE synopsis, add XMLNAMESPACES example |
commit | commitdiff | tree |
2017-04-13 |
Alvaro Herrera | Catversion bump forgotten in previous commit |
commit | commitdiff | tree |
2017-04-13 |
Heikki Linnakangas | Minor cleanup of backend SCRAM code. |
commit | commitdiff | tree |
2017-04-13 |
Alvaro Herrera | Remove pg_stats_ext view |
commit | commitdiff | tree |
2017-04-13 |
Bruce Momjian | docs: update major release instructions |
commit | commitdiff | tree |
2017-04-13 |
Bruce Momjian | git_changelog: improve comment |
commit | commitdiff | tree |
2017-04-13 |
Simon Riggs | Mention pg_index changes also cause relcache invalidation |
commit | commitdiff | tree |
2017-04-13 |
Fujii Masao | Move pg_stat_progress_vacuum to the table of Dynamic... |
commit | commitdiff | tree |
2017-04-13 |
Fujii Masao | Improve documentations for ALTER PUBLICATION and ALTER... |
commit | commitdiff | tree |
2017-04-13 |
Fujii Masao | Improve tab-completion of DDL for publication and subsc... |
commit | commitdiff | tree |
2017-04-12 |
Tom Lane | Speed up hash_index regression test. |
commit | commitdiff | tree |
2017-04-12 |
Tom Lane | Avoid transferring parallel-unsafe subplans to parallel... |
commit | commitdiff | tree |
2017-04-12 |
Peter Eisentraut | doc: Tweak CSS |
commit | commitdiff | tree |
2017-04-12 |
Bruce Momjian | git_changelog: improve instructions for finding branch... |
commit | commitdiff | tree |
2017-04-12 |
Tom Lane | Mark finished Plan nodes with parallel_safe flags. |
commit | commitdiff | tree |
2017-04-12 |
Peter Eisentraut | Remove some tabs in SQL code in C string literals |
commit | commitdiff | tree |
2017-04-12 |
Robert Haas | Fix pgstattuple's handling of unused hash pages. |
commit | commitdiff | tree |
2017-04-12 |
Robert Haas | Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b. |
commit | commitdiff | tree |
2017-04-12 |
Magnus Hagander | Fix reversed check of return value from sync |
commit | commitdiff | tree |
2017-04-11 |
Tom Lane | Remove bogus redefinition of _MSC_VER. |
commit | commitdiff | tree |
2017-04-11 |
Tom Lane | Simplify handling of remote-qual pass-forward in postgr... |
commit | commitdiff | tree |
2017-04-11 |
Robert Haas | Allow a rule on partitioned table to be renamed. |
commit | commitdiff | tree |
2017-04-11 |
Robert Haas | Add an Assert() to max_parallel_workers enforcement. |
commit | commitdiff | tree |
2017-04-11 |
Robert Haas | Fix confusion of max_parallel_workers mechanism followi... |
commit | commitdiff | tree |
2017-04-11 |
Bruce Momjian | doc: clearify pg_upgrade default copy behavior |
commit | commitdiff | tree |
2017-04-11 |
Robert Haas | Fix failure when a shared tidbitmap has only one page. |
commit | commitdiff | tree |
2017-04-11 |
Tom Lane | Handle restriction clause lists more uniformly in postg... |
commit | commitdiff | tree |
2017-04-11 |
Fujii Masao | Add max_sync_workers_per_subscription to postgresql... |
commit | commitdiff | tree |
2017-04-11 |
Bruce Momjian | docs: Improve window function docs |
commit | commitdiff | tree |
2017-04-11 |
Magnus Hagander | Remove symbol WIN32_ONLY_COMPILER |
commit | commitdiff | tree |
2017-04-11 |
Magnus Hagander | Remove support for bcc and msvc standalone libpq builds |
commit | commitdiff | tree |
2017-04-11 |
Robert Haas | Fix possibile deadlock when dropping partitions. |
commit | commitdiff | tree |
next |