Commit Graph

42962 Commits (b710248dd3f90c46bd4208e6bf1290048b9d76cd)
 

Author SHA1 Message Date
Bruce Momjian b710248dd3 pg_upgrade: start/stop new server after pg_resetwal 9 years ago
Tom Lane a69dfe5f40 Don't downcase entries within shared_preload_libraries et al. 9 years ago
Peter Eisentraut a2141c42f9 Tweak publication fetching in psql 9 years ago
Peter Eisentraut 20d7d68b09 Change pg_get_publication_tables to prosecdef false 9 years ago
Tom Lane d14c85ed1a Fix materialized-view documentation oversights. 9 years ago
Peter Eisentraut 1c25ef6363 doc: Improve logical replication security setup info 9 years ago
Tom Lane d8e6b84bd2 Avoid regressions in foreign-key-based selectivity estimates. 9 years ago
Tom Lane bd61d5a194 On Windows, make pg_dump use binary mode for compressed plain text output. 9 years ago
Andres Freund 3bdea167eb Fix leaking of small spilled subtransactions during logical decoding. 9 years ago
Tatsuo Ishii b4166a8df9 Improve PostgreSQL 10.0 release note regarding pg_current_logfile(). 9 years ago
Peter Eisentraut bbaf9e8f84 Documentation spell checking and markup improvements 9 years ago
Magnus Hagander 81a4dcf2f2 Fix copy/paste error in docs 9 years ago
Peter Eisentraut f6da23f526 doc: Fix typo 9 years ago
Peter Eisentraut 806dccee23 doc: Fix typo 9 years ago
Peter Eisentraut 033370179a Set statement timestamp in apply worker 9 years ago
Magnus Hagander 7f5cb14e3c Remove incorrect comment 9 years ago
Magnus Hagander bb1f8f9e5b Fix typos in comments 9 years ago
Peter Eisentraut e42645ad92 Define HAVE_UCOL_STRCOLLUTF8 on Windows 9 years ago
Tom Lane cea258b63d Teach pgindent to skip files generated by bison or flex automatically. 9 years ago
Peter Eisentraut 57fb1d677d doc: Add note that COPY commands are published as INSERTs 9 years ago
Peter Eisentraut 94da2a6a9a Use RangeVarGetRelidExtended() in AlterSequence() 9 years ago
Peter Eisentraut 41839b7abc Fix ICU collation use on Windows 9 years ago
Peter Eisentraut 3ef97e725e doc: Add section about logical replication restrictions 9 years ago
Heikki Linnakangas 30681c830d Fix dependency, when changing a function's argument/return type. 9 years ago
Noah Misch 39ac55918f Reconcile nodes/*funcs.c with PostgreSQL 10 work. 9 years ago
Tom Lane c254970ad6 Make configure check for IPC::Run when --enable-tap-tests is specified. 9 years ago
Tom Lane a3bed62d44 Fix low-probability leaks of PGresult objects in the backend. 9 years ago
Bruce Momjian 07fb943335 doc: remove mention of Windows junction points by pg_upgrade 9 years ago
Bruce Momjian 0f33a719fd docs: Fix pg_upgrade standby server upgrade docs 9 years ago
Alvaro Herrera 3ab7912c18 Rename function for consistency 9 years ago
Peter Eisentraut 915379c3c2 psql: Improve display of "for all tables" publications 9 years ago
Peter Eisentraut 6c6a1149b5 Fix typo in code comment 9 years ago
Peter Eisentraut 878b7d9eaa Remove unnecessary IPC::Run inclusion 9 years ago
Tatsuo Ishii e800656d9a Fix typo in PostgreSQL 10.0 release note. 9 years ago
Tatsuo Ishii 6108348c09 Fix document bug regarding read only transactions. 9 years ago
Robert Haas f32d57fd70 Fix problems related to RangeTblEntry members enrname and enrtuples. 9 years ago
Andres Freund 6c2003f8a1 Don't force-assign transaction id when exporting a snapshot. 9 years ago
Peter Eisentraut b6966d4627 Use DEFACLOBJ_ macros in error message instead of hardcoding 9 years ago
Peter Eisentraut 4e88fe8f8f Add missing serial comma 9 years ago
Peter Eisentraut f0cfff9da2 doc: Whitespace fixes in man pages 9 years ago
Robert Haas b08df9cab7 Teach predtest.c about CHECK clauses to fix partitioning bugs. 9 years ago
Tom Lane a12c09ad86 Improve release note text about set-returning-function changes. 9 years ago
Alvaro Herrera e90ceeaa49 Avoid bogus TwoPhaseState locking sequences 9 years ago
Peter Eisentraut 0d9bdbcaae Put documentation of options and commands in more alphabetical order 9 years ago
Tom Lane 8e72239e9d Fix no-longer-valid shortcuts in expression_returns_set(). 9 years ago
Tom Lane a571c7f661 Fix violations of CatalogTupleInsert/Update/Delete abstraction. 9 years ago
Dean Rasheed d3c3f2b1e2 Teach PL/pgSQL about partitioned tables. 9 years ago
Dean Rasheed f356ec5744 Teach RemoveRoleFromObjectPolicy() about partitioned tables. 9 years ago
Tom Lane 0436f6bde8 Disallow set-returning functions inside CASE or COALESCE. 9 years ago
Peter Eisentraut 39da0f709d doc: Update example version numbers in pg_upgrade documentation 9 years ago