2019-11-20 |
Tatsuo Ishii | Doc: fix minor typo in func.sgml. |
commit | commitdiff | tree |
2019-11-19 |
Tom Lane | Fix corner-case failure in match_pattern_prefix(). |
commit | commitdiff | tree |
2019-11-19 |
Alexander Korotkov | Fix page modification outside of critical section in GIN |
commit | commitdiff | tree |
2019-11-19 |
Alexander Korotkov | Revise GIN README |
commit | commitdiff | tree |
2019-11-19 |
Alexander Korotkov | Fix traversing to the deleted GIN page via downlink |
commit | commitdiff | tree |
2019-11-19 |
Alexander Korotkov | Fix deadlock between ginDeletePage() and ginStepRight() |
commit | commitdiff | tree |
2019-11-19 |
Tom Lane | Doc: clarify use of RECURSIVE in WITH. |
commit | commitdiff | tree |
2019-11-19 |
Tom Lane | Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... |
commit | commitdiff | tree |
2019-11-19 |
Thomas Munro | Allow invisible PROMPT2 in psql. |
commit | commitdiff | tree |
2019-11-19 |
Amit Kapila | Add logical_decoding_work_mem to limit ReorderBuffer... |
commit | commitdiff | tree |
2019-11-18 |
Peter Geoghegan | nbtree: Tweak _bt_pgaddtup() comments. |
commit | commitdiff | tree |
2019-11-17 |
Tom Lane | Further fix dumping of views that contain just VALUES... |
commit | commitdiff | tree |
2019-11-16 |
Peter Geoghegan | Add tuplesort test to serial_schedule. |
commit | commitdiff | tree |
2019-11-16 |
Michael Paquier | Improve stability of tests for VACUUM (SKIP_LOCKED) |
commit | commitdiff | tree |
2019-11-16 |
Tomas Vondra | Properly determine length for on-disk TOAST values |
commit | commitdiff | tree |
2019-11-16 |
Tomas Vondra | Skip system attributes when applying mvdistinct stats |
commit | commitdiff | tree |
2019-11-15 |
Thomas Munro | Always call ExecShutdownNode() if appropriate. |
commit | commitdiff | tree |
2019-11-14 |
Alvaro Herrera | Remove the word "virgins" for documentation |
commit | commitdiff | tree |
2019-11-14 |
Michael Paquier | Cleanup code in reloptions.h regarding reloption handling |
commit | commitdiff | tree |
2019-11-14 |
Michael Paquier | Split handling of reloptions for partitioned tables |
commit | commitdiff | tree |
2019-11-14 |
Andres Freund | Fix plan instability in the new tuplesort test. |
commit | commitdiff | tree |
2019-11-13 |
Andres Freund | Remove unused code from tuplesort. |
commit | commitdiff | tree |
2019-11-13 |
Andres Freund | Add tests for tuplesort.c. |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Add missing check_collation_set call to bpcharne(). |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Fix silly initializations (cosmetic only). |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Avoid using SplitIdentifierString to parse ListenAddres... |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Avoid downcasing/truncation of RADIUS authentication... |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Include TableFunc references when computing expression... |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Handle arrays and ranges in pg_upgrade's test for non... |
commit | commitdiff | tree |
2019-11-13 |
Fujii Masao | Make pg_waldump report more detail information about... |
commit | commitdiff | tree |
2019-11-13 |
Michael Paquier | Add regression test for two-phase transaction in postgr... |
commit | commitdiff | tree |
2019-11-13 |
Amit Kapila | Introduce the 'force' option for the Drop Database... |
commit | commitdiff | tree |
2019-11-12 |
Tom Lane | Finish reverting commit 0a52d378b. |
commit | commitdiff | tree |
2019-11-12 |
Alvaro Herrera | pg_stat_activity: document client_port being null |
commit | commitdiff | tree |
2019-11-12 |
Alvaro Herrera | pg_stat_{ssl,gssapi}: Show only processes with connections |
commit | commitdiff | tree |
2019-11-12 |
Peter Geoghegan | Make _bt_keep_natts_fast() use datum_image_eq(). |
commit | commitdiff | tree |
2019-11-12 |
Alvaro Herrera | Have LookupFuncName accept NULL argtypes for 0 args |
commit | commitdiff | tree |
2019-11-12 |
Peter Geoghegan | Teach datum_image_eq() about cstring datums. |
commit | commitdiff | tree |
2019-11-12 |
Tom Lane | Fix ecpglib.h to declare bool consistently with c.h. |
commit | commitdiff | tree |
2019-11-12 |
Peter Eisentraut | gitattributes: Add new file |
commit | commitdiff | tree |
2019-11-12 |
Amit Kapila | Make the order of the header file includes consistent... |
commit | commitdiff | tree |
2019-11-11 |
Tom Lane | Doc: fix ancient mistake, or at least obsolete info... |
commit | commitdiff | tree |
2019-11-11 |
Tom Lane | Further improve stability of partition_prune regression... |
commit | commitdiff | tree |
2019-11-11 |
Peter Eisentraut | gitattributes: Remove entries for no longer existing... |
commit | commitdiff | tree |
2019-11-11 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
2019-11-11 |
Peter Eisentraut | Rerun autoheader |
commit | commitdiff | tree |
2019-11-11 |
Thomas Munro | Optimize PredicateLockTuple(). |
commit | commitdiff | tree |
2019-11-11 |
Thomas Munro | Optimize TransactionIdIsCurrentTransactionId(). |
commit | commitdiff | tree |
2019-11-11 |
Amit Kapila | Rearrange dropdb() to avoid errors after allowing other... |
commit | commitdiff | tree |
2019-11-09 |
Peter Eisentraut | Fix subscription test |
commit | commitdiff | tree |
2019-11-09 |
Peter Eisentraut | doc: Clarify documentation about SSL passphrases |
commit | commitdiff | tree |
2019-11-09 |
Peter Eisentraut | doc: Further tweak recovery parameters documentation |
commit | commitdiff | tree |
2019-11-09 |
Peter Eisentraut | Fix negative bitmapset member not allowed error in... |
commit | commitdiff | tree |
2019-11-09 |
Michael Paquier | Fix new COPY test of PL/pgSQL with VPATH builds |
commit | commitdiff | tree |
2019-11-09 |
Michael Paquier | Add tests for COPY in PL/pgSQL |
commit | commitdiff | tree |
2019-11-08 |
Andres Freund | Pass ItemPointer not HeapTuple to IndexBuildCallback. |
commit | commitdiff | tree |
2019-11-08 |
Alvaro Herrera | Add backtrace support for error reporting |
commit | commitdiff | tree |
2019-11-08 |
Peter Eisentraut | Fix gratuitous error message variation |
commit | commitdiff | tree |
2019-11-08 |
Etsuro Fujita | postgres_fdw: Fix error message for PREPARE TRANSACTION. |
commit | commitdiff | tree |
2019-11-08 |
Peter Eisentraut | More precise errors from initial pg_control check |
commit | commitdiff | tree |
2019-11-08 |
Peter Geoghegan | Use "low key" terminology in nbtsort.c. |
commit | commitdiff | tree |
2019-11-07 |
Bruce Momjian | docs: clarify that only INSERT and UPDATE triggers... |
commit | commitdiff | tree |
2019-11-07 |
Tom Lane | Move declaration of ecpg_gettext() to a saner place. |
commit | commitdiff | tree |
2019-11-07 |
Alvaro Herrera | Fix SET CONSTRAINTS .. DEFERRED on partitioned tables |
commit | commitdiff | tree |
2019-11-07 |
Tom Lane | Fix integer-overflow edge case detection in interval_mu... |
commit | commitdiff | tree |
2019-11-07 |
Peter Eisentraut | Remove HAVE_LONG_LONG_INT |
commit | commitdiff | tree |
2019-11-07 |
Peter Eisentraut | Fix nested error handling in PG_FINALLY |
commit | commitdiff | tree |
2019-11-07 |
Fujii Masao | Fix assertion failure when running pgbench -s. |
commit | commitdiff | tree |
2019-11-07 |
Thomas Munro | Add reusable routine for making arrays unique. |
commit | commitdiff | tree |
2019-11-07 |
Michael Paquier | Check after errors of SPI_execute() in xml.c |
commit | commitdiff | tree |
2019-11-06 |
Tomas Vondra | Allow sampling of statements depending on duration |
commit | commitdiff | tree |
2019-11-06 |
Tomas Vondra | Document log_transaction_sample_rate as superuser-only |
commit | commitdiff | tree |
2019-11-06 |
Tom Lane | Minor code review for tuple slot rewrite. |
commit | commitdiff | tree |
2019-11-06 |
Tom Lane | Sync our DTrace infrastructure with c.h's definition... |
commit | commitdiff | tree |
2019-11-06 |
Peter Eisentraut | Fix memory allocation mistake |
commit | commitdiff | tree |
2019-11-06 |
Peter Eisentraut | Remove unused function argument |
commit | commitdiff | tree |
2019-11-06 |
Michael Paquier | Fix timestamp of sent message for write context in... |
commit | commitdiff | tree |
2019-11-06 |
Andrew Gierth | Request small targetlist for input to WindowAgg. |
commit | commitdiff | tree |
2019-11-06 |
Fujii Masao | Correct the command tags for ALTER ... RENAME COLUMN. |
commit | commitdiff | tree |
2019-11-06 |
Fujii Masao | Add "G" (server-side data generation) as an initializat... |
commit | commitdiff | tree |
2019-11-06 |
Bruce Momjian | doc: fix plurality typo on bgwriter doc sentence |
commit | commitdiff | tree |
2019-11-05 |
Andres Freund | Make StringInfo available to frontend code. |
commit | commitdiff | tree |
2019-11-05 |
Andres Freund | Split all OBJS style lines in makefiles into one-line... |
commit | commitdiff | tree |
2019-11-05 |
Tom Lane | Tweak some authentication debug messages to follow... |
commit | commitdiff | tree |
2019-11-05 |
Tom Lane | Avoid logging complaints about abandoned connections... |
commit | commitdiff | tree |
2019-11-05 |
Tom Lane | Fix "unexpected relkind" error when denying permissions... |
commit | commitdiff | tree |
2019-11-05 |
Tom Lane | Generate EquivalenceClass members for partitionwise... |
commit | commitdiff | tree |
2019-11-05 |
Michael Paquier | Doc: Clarify locks taken when using ALTER TABLE ATTACH... |
commit | commitdiff | tree |
2019-11-05 |
Michael Paquier | Doc: Improve description around ALTER TABLE ATTACH... |
commit | commitdiff | tree |
2019-11-05 |
Michael Paquier | Refactor code building relation options |
commit | commitdiff | tree |
2019-11-04 |
Tom Lane | Stabilize pg_dump output order for similarly-named... |
commit | commitdiff | tree |
2019-11-04 |
Tom Lane | Fix ginEntryInsert's counting of GIN leaf tuples. |
commit | commitdiff | tree |
2019-11-04 |
Peter Eisentraut | Fix some compiler warnings on older compilers |
commit | commitdiff | tree |
2019-11-04 |
Peter Eisentraut | Catch invalid typlens in a couple of places |
commit | commitdiff | tree |
2019-11-03 |
Tom Lane | Suppress warning from older compilers. |
commit | commitdiff | tree |
2019-11-03 |
Tom Lane | Fix PG_GETARG_SEG_P() definition. |
commit | commitdiff | tree |
2019-11-02 |
Tom Lane | Validate ispell dictionaries more carefully. |
commit | commitdiff | tree |
2019-11-02 |
Michael Paquier | Fix failure when creating cloned indexes for a partition |
commit | commitdiff | tree |
2019-11-01 |
Michael Paquier | Add some assertions in syncrep.c |
commit | commitdiff | tree |
2019-11-01 |
Michael Paquier | Fix race condition at backend exit when deleting elemen... |
commit | commitdiff | tree |
next |