Commit Graph

41350 Commits (a4930e7ca2aa49c13ccba089f5fd2c416d87e96a)
 

Author SHA1 Message Date
Tom Lane a4930e7ca2 Fix PGLC_localeconv() to handle errors better. 9 years ago
Tom Lane 4324ade9a6 Fix optimization for skipping searches for parallel-query hazards. 9 years ago
Robert Haas a734fd5d1c autovacuum: Drop orphan temp tables more quickly but with more caution. 9 years ago
Tom Lane f24cf960d7 Fix test for subplans in force-parallel mode. 9 years ago
Tom Lane c5f365f3ab Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. 9 years ago
Tom Lane 0832f2db68 Fix latent costing error in create_merge_append_path. 9 years ago
Tom Lane 13671b4b22 Code review for GUC serialization/deserialization code. 9 years ago
Peter Eisentraut 67dc4ccbb2 Add pg_sequences view 9 years ago
Stephen Frost 8f91f323b4 Clean up pg_dump tests, re-enable BLOB testing 9 years ago
Robert Haas a43f1939d5 Remove or reduce verbosity of some debug messages. 9 years ago
Tom Lane d8c05aff56 Fix pg_dump's handling of circular dependencies in views. 9 years ago
Tom Lane ac888986fc Improve pg_dump/pg_restore --create --if-exists logic. 9 years ago
Tom Lane fcf70e0dbc Re-pgindent src/bin/pg_dump/* 9 years ago
Alvaro Herrera f65b94f639 Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases 9 years ago
Peter Eisentraut 380895f2de doc: Further XSLT HTML build performance optimization 9 years ago
Peter Eisentraut e36ddab117 Build HTML documentation using XSLT stylesheets by default 9 years ago
Tom Lane 4ecd197437 Check that result tupdesc has exactly 1 column in return_next scalar case. 9 years ago
Robert Haas b40b4dd9e1 Reserve zero as an invalid DSM handle. 9 years ago
Tom Lane 0a7481930c Allow DOS-style line endings in ~/.pgpass files. 9 years ago
Tom Lane ffaa44cb55 Account for catalog snapshot in PGXACT->xmin updates. 9 years ago
Robert Haas fc19c1801b Limit the number of number of tapes used for a sort to 501. 9 years ago
Robert Haas 00c6d8077f Fix broken statement in UCS_to_most.pl. 9 years ago
Robert Haas 56eba9b8a1 pgbench: Increase maximum size of log filename from 64 to MAXPGPATH. 9 years ago
Andres Freund ffa8c3d852 Provide NO_INSTALLCHECK option for pgxs. 9 years ago
Magnus Hagander c99f876e9a Fix typo in comment 9 years ago
Peter Eisentraut 9ca7b0bf01 Allow individual TAP tests to be run via PROVE_TESTS 9 years ago
Alvaro Herrera 8ce4f597ab Fix duplication in ALTER MATERIALIZE VIEW synopsis 9 years ago
Peter Eisentraut a7e5457db8 pg_upgrade: Upgrade sequence data via pg_dump 9 years ago
Peter Eisentraut 27d2c12328 pg_dump: Separate table and sequence data object types 9 years ago
Tom Lane d5d8a0b7e5 Doc: remove obsolete example. 9 years ago
Peter Eisentraut b7292a8670 pg_stat_statements: Add .gitignore file for tests 9 years ago
Andres Freund 9be244dbe8 Add minimal set of regression tests for pg_stat_statements. 9 years ago
Tom Lane 1c14755776 Doc: fix data types of FuncCallContext's call_cntr and max_calls fields. 9 years ago
Tom Lane 24aef33804 Cleanup of rewriter and planner handling of Query.hasRowSecurity flag. 9 years ago
Tom Lane 530f806524 Re-allow user_catalog_table option for materialized views. 9 years ago
Tom Lane 279c439c7f Support "COPY view FROM" for views with INSTEAD OF INSERT triggers. 9 years ago
Tom Lane e1b449bea9 Fix partial aggregation for the case of a degenerate GROUP BY clause. 9 years ago
Tom Lane 0b1b5033ac Doc: improve link. 9 years ago
Robert Haas 41124a91e6 pgbench: Allow the transaction log file prefix to be changed. 9 years ago
Peter Eisentraut 3887ba6dbb doc: Improve whitespace use in XSL 9 years ago
Tom Lane 1833f1a1c3 Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. 9 years ago
Robert Haas 577f0bdd2b psql: Tab completion for renaming enum values. 9 years ago
Tom Lane 9257f07872 Replace uses of SPI_modifytuple that intend to allocate in current context. 9 years ago
Robert Haas dce429b117 Fix typo. 9 years ago
Tom Lane 6d30fb1f75 Make SPI_fnumber() reject dropped columns. 9 years ago
Magnus Hagander 36ac6d0e79 Fix typo 9 years ago
Robert Haas 60379f66c8 Fix mistake in XLOG_SEG_SIZE test. 9 years ago
Tom Lane de4026c673 Use heap_modify_tuple not SPI_modifytuple in pl/python triggers. 9 years ago
Tom Lane 0d4446083d Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers. 9 years ago
Robert Haas f0e72a25b0 Improve handling of dead tuples in hash indexes. 9 years ago