2018-09-04 |
Amit Kapila | Prohibit pushing subqueries containing window function... |
commit | commitdiff | tree | snapshot |
2018-09-04 |
Amit Kapila | During the split, set checksum on an empty hash index... |
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-30 |
Alvaro Herrera | Mention change of width of values generated by SERIAL... |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Michael Paquier | Stop bgworkers during fast shutdown with postmaster... |
commit | commitdiff | tree | snapshot |
2018-08-28 |
Tom Lane | Make pg_restore's identify_locking_dependencies() more... |
commit | commitdiff | tree | snapshot |
2018-08-28 |
Andrew Gierth | postgres_fdw: don't push ORDER BY with no vars (bug... |
commit | commitdiff | tree | snapshot |
2018-08-28 |
Andrew Gierth | Avoid quadratic slowdown in regexp match/split functions. |
commit | commitdiff | tree | snapshot |
2018-08-27 |
Tom Lane | Fix missing dependency for pg_dump's ENABLE ROW LEVEL... |
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: correct syntax of pgtrgm examples in older releases |
commit | commitdiff | tree | snapshot |
2018-08-25 |
Bruce Momjian | doc: "Latest checkpoint location" will not match in... |
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 pg_ctl initdb option text to match optio... |
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 | Fix lexing of standard multi-character operators in... |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Andrew Gierth | Reduce an unnecessary O(N^3) loop in lexer. |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Tom Lane | In libpq, don't look up all the hostnames at once. |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Alvaro Herrera | Return type of txid_status is text, not txid_status |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Michael Paquier | Do not dump identity sequences with excluded parent... |
commit | commitdiff | tree | snapshot |
2018-08-21 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree | snapshot |
2018-08-21 |
Alvaro Herrera | fix typo |
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 |
Thomas Munro | Proof-reading for documentation. |
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 |
Alvaro Herrera | Update FSM on WAL replay of page all-visible/frozen |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Tom Lane | Clean up assorted misuses of snprintf()'s result value. |
commit | commitdiff | tree | snapshot |
2018-08-14 |
Bruce Momjian | pg_upgrade: fix shutdown check for standby servers |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Tom Lane | Fix libpq's implementation of per-host connection timeouts. |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Amit Kapila | Adjust comment atop ExecShutdownNode. |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Amit Kapila | Prohibit shutting down resources if there is a possibil... |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Andrew Gierth | Avoid query-lifetime memory leaks in XMLTABLE (bug... |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Alexander Korotkov | Add missing documentation for argument of amcostestimate() |
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 |
Peter Geoghegan | Doc: Correct description of amcheck example query. |
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 10.5. REL_10_5 |
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-06 |
Peter Eisentraut | Adjust error message |
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 |
2018-08-04 |
Tom Lane | Fix INSERT ON CONFLICT UPDATE through a view that isn... |
commit | commitdiff | tree | snapshot |
2018-08-04 |
Michael Paquier | Reset properly errno before calling write() |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Peter Geoghegan | Add table relcache invalidation to index builds. |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Alvaro Herrera | Add 'n' to list of possible values to pg_default_acl... |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Alvaro Herrera | Fix pg_replication_slot example output |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Tom Lane | Remove no-longer-appropriate special case in psql's... |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Tom Lane | Change libpq's internal uses of PQhost() to inspect... |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Tom Lane | libpq: PQhost to return active connected host or hostaddr |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Amit Kapila | Fix buffer usage stats for parallel nodes. |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Amit Kapila | Match the buffer usage tracking for leader and worker... |
commit | commitdiff | tree | snapshot |
2018-08-01 |
Tom Lane | Fix libpq's code for searching .pgpass; rationalize... |
commit | commitdiff | tree | snapshot |
2018-07-31 |
Bruce Momjian | pg_upgrade: fix --check for live source server checks |
commit | commitdiff | tree | snapshot |
2018-07-31 |
Tom Lane | Further fixes for quoted-list GUC values in pg_dump... |
commit | commitdiff | tree | snapshot |
2018-07-30 |
Alvaro Herrera | Set ActiveSnapshot when logically replaying inserts |
commit | commitdiff | tree | snapshot |
2018-07-30 |
Tom Lane | Fix pg_dump's failure to dump REPLICA IDENTITY for... |
commit | commitdiff | tree | snapshot |
2018-07-30 |
Tom Lane | Doc: fix oversimplified example for CREATE POLICY. |
commit | commitdiff | tree | snapshot |
2018-07-29 |
Noah Misch | Fix earthdistance test suite function name typo. |
commit | commitdiff | tree | snapshot |
2018-07-29 |
Noah Misch | Document security implications of qualified names. |
commit | commitdiff | tree | snapshot |
2018-07-28 |
Bruce Momjian | pgtest: run clean, build, and check stages separately |
commit | commitdiff | tree | snapshot |
2018-07-28 |
Bruce Momjian | pg_upgrade: check for clean server shutdowns |
commit | commitdiff | tree | snapshot |
2018-07-28 |
Bruce Momjian | pgtest: grab possible warnings from install.log |
commit | commitdiff | tree | snapshot |
2018-07-27 |
Amit Kapila | Fix the buffer release order for parallel index scans. |
commit | commitdiff | tree | snapshot |
2018-07-24 |
Thomas Munro | Pad semaphores to avoid false sharing. |
commit | commitdiff | tree | snapshot |
2018-07-24 |
Andres Freund | doc: Fix reference to "decoder" to instead be the corre... |
commit | commitdiff | tree | snapshot |
2018-07-21 |
Tom Lane | Further portability hacking in pg_upgrade's test script. |
commit | commitdiff | tree | snapshot |
2018-07-20 |
Dean Rasheed | Guard against rare RAND_bytes() failures in pg_strong_r... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Tom Lane | Remove undocumented restriction against duplicate parti... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Alexander Korotkov | Fix handling of empty uncompressed posting list pages... |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Heikki Linnakangas | Fix error message when a hostaddr cannot be parsed. |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Heikki Linnakangas | Rephrase a few comments for clarity. |
commit | commitdiff | tree | snapshot |
2018-07-19 |
Michael Paquier | Fix print of Path nodes when using OPTIMIZER_DEBUG |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Tom Lane | Remove race-prone hot_standby_feedback test cases in... |
commit | commitdiff | tree | snapshot |
2018-07-18 |
Heikki Linnakangas | Fix misc typos, mostly in comments. |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Robert Haas | Add subtransaction handling for table synchronization... |
commit | commitdiff | tree | snapshot |
2018-07-14 |
Tom Lane | Fix hashjoin costing mistake introduced with inner_uniq... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Tom Lane | Fix crash in contrib/ltree's lca() function for empty... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Tom Lane | Fix inadequate buffer locking in FSM and VM page re... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Bruce Momjian | docs: Remove "New" description of the libpqxx interface |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Tom Lane | Doc: minor improvement in pl/pgsql FETCH/MOVE documenta... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Michael Paquier | Make logical WAL sender report streaming state appropri... |
commit | commitdiff | tree | snapshot |
next |