Commit Graph

39554 Commits (23c2dd03d5db2f4a20dcd09bd6c49e293e3c8f03)
 

Author SHA1 Message Date
Tom Lane 1aa41e3eae In pg_dump, remember connection passwords no matter how we got them. 10 years ago
Robert Haas bc7fcab5e3 Read from the same worker repeatedly until it returns no tuple. 10 years ago
Robert Haas 51d152f18e Change Gather not to use a physical tlist. 10 years ago
Peter Eisentraut 30c0c4bf12 Remove unnecessary escaping in C character literals 10 years ago
Tom Lane 6efbded6e4 Allow omitting one or both boundaries in an array slice specifier. 10 years ago
Robert Haas 0ba3f3bc65 Comment improvements for abbreviated keys. 10 years ago
Robert Haas ccd8f97922 postgres_fdw: Consider requesting sorted data so we can do a merge join. 10 years ago
Tom Lane f5a4370aea Fix calculation of space needed for parsed words in tab completion. 10 years ago
Stephen Frost 6f8cb1e234 Make viewquery a copy in rewriteTargetView() 10 years ago
Tom Lane 99ccb23092 Remove silly completion for "DELETE FROM tabname ...". 10 years ago
Tom Lane d854118c8d Teach psql's tab completion to consider the entire input string. 10 years ago
Peter Eisentraut 69e7c44fc6 psql: Review of new help output strings 10 years ago
Tom Lane 654218138b Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql. 10 years ago
Tom Lane d37b816dc9 Adopt a more compact, less error-prone notation for tab completion code. 10 years ago
Peter Eisentraut 529fd74c09 Fix whitespace 10 years ago
Andres Freund 130d94a7b8 Fix tab completion for ALTER ... TABLESPACE ... OWNED BY. 10 years ago
Teodor Sigaev bbbd807097 Revert 9246af6799 because 10 years ago
Robert Haas 3c7042a7d7 pgbench: Change terminology from "threshold" to "parameter". 10 years ago
Robert Haas 6e7b335930 Remove duplicate word. 10 years ago
Robert Haas 2bdfcb52c5 Fix TupleQueueReaderNext not to ignore its nowait argument. 10 years ago
Robert Haas 4496226782 Fix copy-and-paste error in logical decoding callback. 10 years ago
Robert Haas 9a51698bae Fix typo in comment. 10 years ago
Teodor Sigaev 9246af6799 Allow to omit boundaries in array subscript 10 years ago
Teodor Sigaev 33bd250f6c Cube extension kNN support 10 years ago
Tom Lane 3d0c50ffa0 Remove unreferenced function declarations. 10 years ago
Tom Lane c4a8812cf6 Use just one standalone-backend session for initdb's post-bootstrap steps. 10 years ago
Tom Lane 66d947b9d3 Adjust behavior of single-user -j mode for better initdb error reporting. 10 years ago
Tom Lane aee7705be5 Fix improper initialization order for readline. 10 years ago
Alvaro Herrera 756e7b4c9d Rework internals of changing a type's ownership 10 years ago
Tom Lane 2ec477dc81 Cope with Readline's failure to track SIGWINCH events outside of input. 10 years ago
Robert Haas b648b70342 Speed up CREATE INDEX CONCURRENTLY's TID sort. 10 years ago
Robert Haas f27a6b15e6 Mark CHECK constraints declared NOT VALID valid if created with table. 10 years ago
Tom Lane 0625dbb0b9 Document use of Subject Alternative Names in SSL server certificates. 10 years ago
Tom Lane bfc7f5dd5d Update 9.5 release notes through today. 10 years ago
Robert Haas 049469e7e7 Teach mdnblocks() not to create zero-length files. 10 years ago
Robert Haas 6150a1b08a Move buffer I/O and content LWLocks out of the main tranche. 10 years ago
Robert Haas 3fed417452 Provide a way to predefine LWLock tranche IDs. 10 years ago
Stephen Frost 43cd468cf0 Improve CREATE POLICY documentation 10 years ago
Stephen Frost e5e11c8cca Collect the global OR of hasRowSecurity flags for plancache 10 years ago
Tom Lane db81329eed Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test. 10 years ago
Alvaro Herrera 0d8f3d5d11 Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly 10 years ago
Kevin Grittner e2f1765ce0 Remove xmlparse(document '') test 10 years ago
Heikki Linnakangas 7b96bf445a Fix out-of-memory error handling in ParameterDescription message processing. 10 years ago
Andres Freund cca705a5d9 Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure. 10 years ago
Andres Freund 2a3544960e Correct statement to actually be the intended assert statement. 10 years ago
Tom Lane 7bd149ce2a Docs: document that psql's "\i -" means read from stdin. 10 years ago
Tom Lane fcbbf82d2b Code and docs review for multiple -c and -f options in psql. 10 years ago
Magnus Hagander a91bdf67c4 Consistently set all fields in pg_stat_replication to null instead of 0 10 years ago
Magnus Hagander 263c19572b Properly initialize write, flush and replay locations in walsender slots 10 years ago
Tom Lane 6d96cd077b Doc: update external URLs for PostGIS project. 10 years ago