Commit Graph

37498 Commits (a6c84c770efdc85aecbef319b453c997a465bd84)
 

Author SHA1 Message Date
Robert Haas a6c84c770e Attempt to suppress uninitialized variable warning. 11 years ago
Simon Riggs b7a715800a Remove extraneous SGML tag 11 years ago
Tom Lane d934a05234 Fix uninitialized-variable warning. 11 years ago
Simon Riggs aedccb1f6f action_at_recovery_target recovery config option 11 years ago
Tom Lane bb1b8f694a De-reserve most statement-introducing keywords in plpgsql. 11 years ago
Tom Lane bac27394a1 Support arrays as input to array_agg() and ARRAY(SELECT ...). 11 years ago
Stephen Frost 25976710df Add int64 -> int8 mapping to genbki 11 years ago
Heikki Linnakangas b3fc6727ce Allow using connection URI in primary_conninfo. 11 years ago
Heikki Linnakangas add1b052e2 Allow "dbname" from connection string to be overridden in PQconnectDBParams 11 years ago
Stephen Frost 81d815dc3e Suppress DROP CASCADE notices in regression tests 11 years ago
Heikki Linnakangas 30bf4689a9 Check return value of strdup() in libpq connection option parsing. 11 years ago
Heikki Linnakangas e453cc2741 Make Port->ssl_in_use available, even when built with !USE_SSL 11 years ago
Robert Haas f5d9698a84 Add infrastructure to save and restore GUC values. 11 years ago
Heikki Linnakangas 49b86fb1c9 Add a few paragraphs to B-tree README explaining L&Y algorithm. 11 years ago
Heikki Linnakangas 0bd624d63b Distinguish XLOG_FPI records generated for hint-bit updates. 11 years ago
Tom Lane e2dc3f5772 Get rid of redundant production in plpgsql grammar. 11 years ago
Andrew Dunstan 02d5ab6a86 Fix memory leaks introduced by commit eca2b9b 11 years ago
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