2018-08-25 |
Bruce Momjian | doc: add doc link for 'applicable_roles' |
commit | commitdiff | tree | snapshot |
2018-08-25 |
Jeff Davis | Change extension of spilled ReorderBufferChange data... |
commit | commitdiff | tree | snapshot |
2018-08-25 |
Jeff Davis | Comment fix for rewriteheap.h. |
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-24 |
Andres Freund | Remove test for VA_ARGS, implied by C99. |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Andres Freund | LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use... |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Tom Lane | Suppress uninitialized-variable warning in new SCRAM... |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Michael Paquier | Fix documentation for run-time partition pruning |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Andres Freund | Introduce minimal C99 usage to verify compiler support. |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Andres Freund | Require C99 (and thus MSCV 2013 upwards). |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Michael Paquier | Add more tests for VACUUM skips with partitioned tables |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Andres Freund | Deduplicate code between slot_getallattrs() and slot_ge... |
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 |
Peter Eisentraut | Copy-editing of pg_verify_checksums help and ref page |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Peter Eisentraut | PL/pgSQL: Extend test case |
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 |
Peter Eisentraut | doc: Clarify some wording in PL/pgSQL about transactions |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Peter Eisentraut | Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Peter Eisentraut | Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Peter Eisentraut | doc: Update uses of the word "procedure" |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Thomas Munro | Wrap long line in postgresql.conf.sample. |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Thomas Munro | Provide plan_cache_mode options in postgresql.conf... |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Michael Paquier | Do not dump identity sequences with excluded parent... |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Michael Paquier | Add regression tests for VACUUM and ANALYZE with relati... |
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 |
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-21 |
Michael Paquier | Fix typo in description of enable_parallel_hash |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Michael Paquier | Clarify comment about assignment and reset of temp... |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Noah Misch | MSVC: Finish clean.bat tmp_check coverage. |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Noah Misch | MSVC: Remove any tmp_check directory before running... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Peter Eisentraut | Improve error messages for CREATE OR REPLACE PROCEDURE |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Tom Lane | Doc: remove obsolete advice about manually inserting... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Tom Lane | Ensure schema qualification in pg_restore DISABLE/ENABL... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Peter Eisentraut | InsertPgAttributeTuple() to set attcacheoff |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Andrew Gierth | Set scan direction appropriately for SubPlans (bug... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Tom Lane | Fix configure's snprintf test so it exposes HP-UX 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 |
Peter Eisentraut | Remove unused configure test for ldopen() |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Tomas Vondra | Use the built-in float datatypes to implement geometric... |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Tomas Vondra | Remove remaining GEODEBUG references from geo_ops.c |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Tom Lane | Require a C99-compliant snprintf(), and remove related... |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Alvaro Herrera | Fix executor prune failure when plan already pruned |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Tomas Vondra | Close the file descriptor in ApplyLogicalMappingFile |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Andres Freund | Try to enable C99 in configure, but do not rely on... |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Michael Paquier | Update comment in header of errcodes.txt |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Thomas Munro | Improve comment in GetNewObjectId(). |
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-15 |
Tom Lane | Make snprintf.c follow the C99 standard for snprintf... |
commit | commitdiff | tree | snapshot |
2018-08-14 |
Bruce Momjian | pg_upgrade: fix shutdown check for standby servers |
commit | commitdiff | tree | snapshot |
2018-08-14 |
Peter Eisentraut | doc: Update broken links |
commit | commitdiff | tree | snapshot |
2018-08-14 |
Tom Lane | Remove duplicate function declarations. |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Peter Eisentraut | Remove obsolete netbsd dynloader code |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Peter Eisentraut | Remove obsolete openbsd dynloader code |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Peter Eisentraut | Remove obsolete freebsd dynloader code |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Peter Eisentraut | Remove obsolete linux dynloader code |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Peter Eisentraut | Remove obsolete darwin dynloader code |
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 |
Michael Paquier | Make autovacuum more aggressive to remove orphaned... |
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-12 |
Tom Lane | Revert "Distinguish printf-like functions that support... |
commit | commitdiff | tree | snapshot |
2018-08-12 |
Tom Lane | Fix bogus loop logic in 013_crash_restart test's pump_u... |
commit | commitdiff | tree | snapshot |
2018-08-11 |
Tom Lane | Fix wrong order of operations in inheritance_planner. |
commit | commitdiff | tree | snapshot |
2018-08-11 |
Tom Lane | Produce compiler errors if errno is referenced inside... |
commit | commitdiff | tree | snapshot |
2018-08-11 |
Tom Lane | Distinguish printf-like functions that support %m from... |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Andrew Dunstan | Revert changes in execMain.c from commit 16828d5c0273b |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Peter Geoghegan | Handle parallel index builds on mapped relations. |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Tom Lane | Cosmetic cleanups in initdb.c. |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Michael Paquier | Improve TRUNCATE by avoiding early lock queue |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Alexander Korotkov | Fix typo in SP-GiST error message |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Alexander Korotkov | Add missing documentation for argument of amcostestimate() |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Alexander Korotkov | Fix misspelled pg_trgm contrib name in PostgreSQL 11... |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Alvaro Herrera | Add RECURSIVE to documentation index |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Tom Lane | Document need to clear MAKELEVEL when invoking PG build... |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Bruce Momjian | docs: Only first instance of a PREPARE parameter sets... |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Heikki Linnakangas | Spell "partitionwise" consistently. |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Michael Paquier | Restrict access to reindex of shared catalogs for non... |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Tom Lane | Remove bogus Assert in make_partitionedrel_pruneinfo(). |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Peter Geoghegan | Doc: Correct description of amcheck example query. |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Tom Lane | Remove unwanted "garbage cleanup" logic in Makefiles. |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Heikki Linnakangas | Don't run atexit callbacks in quickdie signal handlers. |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Tom Lane | Match RelOptInfos by relids not pointer equality. |
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 | 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-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 |
next |