Commit Graph

39213 Commits (282fdfcdc8a8f987c06e839d581b94bf196def8a)
 

Author SHA1 Message Date
Joe Conway 282fdfcdc8 Rename (new|old)estCommitTs to (new|old)estCommitTsXid 10 years ago
Alvaro Herrera 5bf939411c Document brin_summarize_new_pages 10 years ago
Tom Lane 508a26e246 Document the exponentiation operator as associating left to right. 10 years ago
Alvaro Herrera 3479b7984b doc: pg_committs -> pg_commit_ts 10 years ago
Tom Lane ea786b278c Update documentation about pseudo-types. 10 years ago
Alvaro Herrera c3e068b261 Fix translation domain in pg_basebackup 10 years ago
Alvaro Herrera c886c30cc8 Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() 10 years ago
Tom Lane e10838026b Fix brin_summarize_new_values() to check index type and ownership. 10 years ago
Tom Lane 2e947ba977 Remove unnecessary row ordering dependency in pg_rewind test suite. 10 years ago
Tom Lane 0bdcb04c7d Docs: fix erroneously-given function name. 10 years ago
Tom Lane 84b363fb34 Fix factual and grammatical errors in comments for struct _tableInfo. 10 years ago
Tom Lane 3945b61932 Improve handling of password reuse in src/bin/scripts programs. 10 years ago
Tom Lane a21994c1bf In pg_dump, remember connection passwords no matter how we got them. 10 years ago
Robert Haas 120b31dc54 Comment improvements for abbreviated keys. 10 years ago
Stephen Frost 496943ec2b Make viewquery a copy in rewriteTargetView() 10 years ago
Tom Lane 0c28e767c6 Remove silly completion for "DELETE FROM tabname ...". 10 years ago
Peter Eisentraut 9ade78c65e psql: Review of new help output strings 10 years ago
Tom Lane 3ef762e7d8 Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql. 10 years ago
Andres Freund 8ae22e7d36 Fix tab completion for ALTER ... TABLESPACE ... OWNED BY. 10 years ago
Robert Haas 2c5b57ec7f pgbench: Change terminology from "threshold" to "parameter". 10 years ago
Robert Haas 550e9c2305 Fix copy-and-paste error in logical decoding callback. 10 years ago
Tom Lane 30020c3fc3 Remove unreferenced function declarations. 10 years ago
Tom Lane 5ec0aad018 Fix improper initialization order for readline. 10 years ago
Alvaro Herrera 0c6881fd14 Rework internals of changing a type's ownership 10 years ago
Tom Lane f1c152866c Cope with Readline's failure to track SIGWINCH events outside of input. 10 years ago
Tom Lane 8abb52fa29 Stamp 9.5rc1. 10 years ago
Tom Lane 3ac806ccb5 Document use of Subject Alternative Names in SSL server certificates. 10 years ago
Tom Lane ddd7813676 Update 9.5 release notes through today. 10 years ago
Stephen Frost 46ae55c372 Improve CREATE POLICY documentation 10 years ago
Stephen Frost 651e2ba74a Collect the global OR of hasRowSecurity flags for plancache 10 years ago
Tom Lane 2c24f0f092 Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test. 10 years ago
Tom Lane 4b021aa610 pg_rewind: Don't error if the two clusters are already on the same timeline 10 years ago
Alvaro Herrera 188675256e Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly 10 years ago
Kevin Grittner c6eced09b2 Remove xmlparse(document '') test 10 years ago
Heikki Linnakangas 34d136f92a Fix out-of-memory error handling in ParameterDescription message processing. 10 years ago
Andres Freund ccde00b9b9 Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure. 10 years ago
Andres Freund cb89644bb0 Correct statement to actually be the intended assert statement. 10 years ago
Tom Lane c9ed438817 Docs: document that psql's "\i -" means read from stdin. 10 years ago
Magnus Hagander 28c366789e Consistently set all fields in pg_stat_replication to null instead of 0 10 years ago
Magnus Hagander a9c56ff0e1 Properly initialize write, flush and replay locations in walsender slots 10 years ago
Tom Lane 332be65b5e Doc: update external URLs for PostGIS project. 10 years ago
Andres Freund ada9c09aeb Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. 10 years ago
Tom Lane ea7f7d8b32 Add an expected-file to match behavior of latest libxml2. 10 years ago
Alvaro Herrera 31f88a12a0 For REASSIGN OWNED for foreign user mappings 10 years ago
Tom Lane 6061aa8ed7 Install our "missing" script where PGXS builds can find it. 10 years ago
Stephen Frost fda18e46a6 Handle policies during DROP OWNED BY 10 years ago
Tom Lane dc4518814e Get rid of the planner's LateralJoinInfo data structure. 10 years ago
Stephen Frost 12a54c888c Handle dependencies properly in ALTER POLICY 10 years ago
Tom Lane 564c19e86e Still more fixes for planner's handling of LATERAL references. 10 years ago
Alvaro Herrera 0f2c089d34 Fix commit timestamp initialization 10 years ago