Commit Graph

156 Commits (2c6f37ed62114bd5a092c20fe721bd11b3bcb91e)

Author SHA1 Message Date
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut e59b74a3fc dblink: Small code rearrangement for clarity 8 years ago
Peter Eisentraut 85163641f8 dblink: Fix error reporting 8 years ago
Peter Eisentraut 57488c1ce3 Fix compiler warning 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 8 years ago
Joe Conway cd1e23e93b Fix ancient connection leak in dblink 8 years ago
Peter Eisentraut 22ef6b041a dblink: Change some StringInfo to StringInfoData 8 years ago
Peter Eisentraut acaf7ccb94 dblink: Replace some macros by static functions 8 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 8 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Joe Conway 2f802d95b4 Make dblink try harder to form useful error messages 9 years ago
Joe Conway c444868389 Protect dblink from invalid options when using postgres_fdw server 9 years ago
Joe Conway ea0aa9698c Improve dblink error message when remote does not provide it 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 9 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane dabda64152 Fix volatile-safety issue in dblink's materializeQueryResult(). 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Robert Haas f5d9698a84 Add infrastructure to save and restore GUC values. 11 years ago
Joe Conway 1dde5782e3 Clean up data conversion short-lived memory context. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Joe Conway d6ca510d9d Fix performance regression in dblink connection speed. 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 8a3b6772ae Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely. 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Alvaro Herrera 9df55c8c3f Fix assorted compilation failures in contrib 13 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas e4f06b70c9 Another typographical correction. 13 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 13 years ago
Tom Lane 6f922ef88e Improve efficiency of dblink by using libpq's new row processor API. 13 years ago
Tom Lane d843ed2116 Fix a couple of contrib/dblink bugs. 13 years ago
Tom Lane b75fbe9191 Fix dblink's failure to report correct connection name in error messages. 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago