Commit Graph

37481 Commits (b779168ffe330d137b8b4329a7710c8bf1f7e661)
 

Author SHA1 Message Date
Noah Misch b779168ffe Detect PG_PRINTF_ATTRIBUTE automatically. 11 years ago
Tom Lane b62f94c603 Allow simplification of EXISTS() subqueries containing LIMIT. 11 years ago
Tom Lane 9c58101117 Fix mishandling of system columns in FDW queries. 11 years ago
Andrew Dunstan eca2b9ba3e Rework echo_hidden for \sf and \ef from commit e4d2817. 11 years ago
Tom Lane 447770404c Rearrange CustomScan API. 11 years ago
Tom Lane c2ea2285e9 Simplify API for initially hooking custom-path providers into the planner. 11 years ago
Andrew Dunstan 4077fb4d1d Fix an error in psql that overcounted output lines. 11 years ago
Andrew Dunstan e4d28175a1 Make psql's \sf and \ef honor ECHO_HIDDEN. 11 years ago
Heikki Linnakangas 622983ea69 No need to call XLogEnsureRecordSpace when the relation is unlogged. 11 years ago
Heikki Linnakangas b10a97b819 Add a comment to regress.c explaining what it contains. 11 years ago
Heikki Linnakangas 8f5dcb56cb Fix bogus comments in XLogRecordAssemble 11 years ago
Heikki Linnakangas 3a82bc6f8a Add pageinspect functions for inspecting GIN indexes. 11 years ago
Tom Lane adbfab119b Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan. 11 years ago
Tom Lane a34fa8ee7c Initial code review for CustomScan patch. 11 years ago
Tom Lane 081a6048cf Fix another oversight in CustomScan patch. 11 years ago
Tom Lane 03e574af5f Fix another oversight in CustomScan patch. 11 years ago
Tom Lane c5111ea9ca Remove no-longer-needed phony typedefs in genbki.h. 11 years ago
Tom Lane f9e0255c6f Add missing case for CustomScan. 11 years ago
Heikki Linnakangas f464042161 Silence compiler warning about variable being used uninitialized. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Peter Eisentraut 8dc626defe Fix suggested layout for PGXS makefile 11 years ago
Tom Lane 8372304e35 Improve documentation's description of JOIN clauses. 11 years ago
Heikki Linnakangas 88fc719263 Add test cases for indexam operations not currently covered. 11 years ago
Robert Haas a016555361 Avoid file descriptor leak in pg_test_fsync. 11 years ago
Fujii Masao d5f4df7264 Fix bug in the test of file descriptor of current WAL file in pg_receivexlog. 11 years ago
Fujii Masao f66c20b317 Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown. 11 years ago
Tom Lane 8d7af8fbe7 Don't require bleeding-edge timezone data in timestamptz regression test. 11 years ago
Tom Lane 7aa8d9e56c Update comments in find_typedef. 11 years ago
Tom Lane 8b13e5c6c0 Fix some bogus direct uses of realloc(). 11 years ago
Simon Riggs 606c0123d6 Reduce btree scan overhead for < and > strategies 11 years ago
Heikki Linnakangas dedae6c211 Remove obsolete debugging option, RTDEBUG. 11 years ago
Simon Riggs be1cc8f46f Add pg_dump --snapshot option 11 years ago
Tom Lane 832054044f Update 9.4 release notes for commits through today. 11 years ago
Fujii Masao c4f99d2029 Add --synchronous option to pg_receivexlog, for more reliable WAL writing. 11 years ago
Tom Lane bc241488b0 Update time zone data files to tzdata release 2014j. 11 years ago
Heikki Linnakangas c73669c0e0 Fix WAL-logging of B-tree "unlink halfdead page" operation. 11 years ago
Alvaro Herrera 0f9692b40d Fix relpersistence setting in reindex_index 11 years ago
Peter Eisentraut 7466a1b75f Translation updates 11 years ago
Magnus Hagander d883b916a9 Mention the TZ environment variable for initdb 11 years ago
Magnus Hagander 386c9b7383 Restructure doc sections about statistics views 11 years ago
Simon Riggs 0f66d21201 Emit msg re skipping ANALYZE for absent inh tree 11 years ago
Alvaro Herrera 85b506bbfc Get rid of SET LOGGED indexes persistence kludge 11 years ago
Alvaro Herrera e4d1e26491 Remove unused InhPaths 11 years ago
Alvaro Herrera f9ef578d05 postgres_fdw.h: don't pull in rel.h when relcache.h is enough 11 years ago
Andres Freund 522c85a6a2 Fix initdb --sync-only to also sync tablespaces. 11 years ago
Andres Freund 98ec7fd903 Sync unlogged relations to disk after they have been reset. 11 years ago
Andres Freund d3586fc8aa Ensure unlogged tables are reset even if crash recovery errors out. 11 years ago
Tom Lane 0ce627d465 Document evaluation-order considerations for aggregate functions. 11 years ago
Stephen Frost 80eacaa3cd Clean up includes from RLS patch 11 years ago
Alvaro Herrera 79172a58ea Document BRIN's pages_per_range in CREATE INDEX 11 years ago