Commit Graph

52409 Commits (b3b4d8e68ae83f432f43f035c7eb481ef93e1583)
 

Author SHA1 Message Date
Tom Lane c1b7a6c273 Fix some anomalies with NO SCROLL cursors. 4 years ago
Noah Misch 2d689f2ee4 Update src/test/kerberos to account for previous commit. 4 years ago
Noah Misch b073c3ccd0 Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner. 4 years ago
Tom Lane cba79a1632 Avoid fetching from an already-terminated plan. 4 years ago
Fujii Masao 9bcbd7c581 pgbench: Stop counting skipped transactions as soon as timer is exceeded. 4 years ago
Tom Lane 8481f99896 Check for relation length overrun soon enough. 4 years ago
Fujii Masao 596ba75cb1 Fix issue with WAL archiving in standby. 4 years ago
Peter Eisentraut 0ffbe900ce Fix _equalA_Const 4 years ago
Peter Eisentraut 639a86e36a Remove Value node struct 4 years ago
Peter Eisentraut cbdf75bf80 Remove useless casts 4 years ago
Michael Paquier 3b231596cc Make shared_memory_size a preset option 4 years ago
Tom Lane 072e2f8a62 Avoid useless malloc/free traffic around getFormattedTypeName(). 4 years ago
Tom Lane 490798451a Fix misleading comments about TOAST access macros. 4 years ago
Tom Lane 7cffa2ed0c In psql tab completion, offer spelled-out commands not abbreviations. 4 years ago
Tom Lane 362e2dcc46 Fix rewriter to set hasModifyingCTE correctly on rewritten queries. 4 years ago
Daniel Gustafsson f7c53bb9e3 Consistently use "superuser" instead of "super user" 4 years ago
Peter Eisentraut 7390b6421a Fix typo 4 years ago
Peter Eisentraut a3d2b1bbe9 Disable anonymous record hash support except in special cases 4 years ago
Fujii Masao 98dbef90eb postgres_fdw: Revert unstable tests for postgres_fdw.application_name. 4 years ago
Peter Eisentraut bb1412baa5 Fix incorrect format placeholders 4 years ago
Amit Kapila 8bd5342740 Invalidate relcache for publications defined for all tables. 4 years ago
Michael Paquier aa37a439db Fix compilation warning in ipci.c 4 years ago
Michael Paquier bd1788051b Introduce GUC shared_memory_size 4 years ago
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false" 4 years ago
Magnus Hagander d6c916f020 Consistently use read-only instead of "read only" 4 years ago
Andres Freund 76e38b37a5 windows: Only consider us to be running as service if stderr is invalid. 4 years ago
Heikki Linnakangas 6ac763f19a Fix missing words in comment. 4 years ago
Fujii Masao 449ab63505 postgres_fdw: Allow application_name of remote connection to be set via GUC. 4 years ago
Amit Kapila 4c3478859b Log new catalog xmin candidate in LogicalIncreaseXminForSlot(). 4 years ago
Tom Lane bd5846e4a9 Further fix psql query-cancel test. 4 years ago
Noah Misch 8670b9b999 AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 4 years ago
Alvaro Herrera 0c6828fa98
Add PublicationTable and PublicationRelInfo structs 4 years ago
Tom Lane 89dba59590 Fix actively-misleading comments about the contents of struct pg_tm. 4 years ago
Tom Lane 388e71af88 Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations. 4 years ago
Fujii Masao 78aa616be7 Fix typo in comments. 4 years ago
Peter Eisentraut 55392bc5b0 Improve fix pkg-config files for static linking 4 years ago
Michael Paquier 0bd305ee1d Move the shared memory size calculation to its own function 4 years ago
Michael Paquier 5fcb23c18f Remove some unused variables in TAP tests 4 years ago
Tom Lane b30cc0fd6d Further portability tweaks for float4/float8 hash functions. 4 years ago
Tom Lane ac5ea66099 Minor improvements for psql help output. 4 years ago
Alvaro Herrera 96b665083e
Revert "Avoid creating archive status ".ready" files too early" 4 years ago
Tom Lane 87ad491472 Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. 4 years ago
Tom Lane db2760a841 Disallow creating an ICU collation if the DB encoding won't support it. 4 years ago
John Naylor 0c6a6a0ab7 Set the volatility of the timestamptz version of date_bin() back to immutable 4 years ago
Tom Lane fd549145d5 Fix portability issue in tests from commit ce773f230. 4 years ago
Peter Eisentraut 6588d8416e Make pkg-config files cross-compile friendly 4 years ago
Peter Eisentraut 4c2eab3a0d Fix pkg-config files for static linking 4 years ago
Tom Lane c95ede41b8 In count_usable_fds(), duplicate stderr not stdin. 4 years ago
Tom Lane ce773f230d Fix float4/float8 hash functions to produce uniform results for NaNs. 4 years ago
Daniel Gustafsson ba1b763102 Remove superfluous variable assignment 4 years ago