Commit Graph

8325 Commits (040bb787bcf840e5a1fc49fccff185a8274bccae)
 

Author SHA1 Message Date
Tom Lane 040bb787bc Install the sample pg_ident.conf file into /home/postgres/testversion/data, just like pg_hba.conf. 25 years ago
Tom Lane 74299f66d5 Improve comments. 25 years ago
Tom Lane c1257d4c5c Improve comments in pg_hba.conf.sample and the associated SGML 25 years ago
Tom Lane 280a77d3ee Code review and cleanup. 25 years ago
Peter Eisentraut 22c528fc5a Don't hide error message from dropdb. 25 years ago
Philip Warner aec962d864 Update for new pg_dump with blobs etc 25 years ago
Vadim B. Mikheev 2536267404 misc 25 years ago
Vadim B. Mikheev e8ff221d8b Fix OID bootstraping. 25 years ago
Tom Lane b31e83f461 Adjust opr_sanity.out for small change in OID allocation. 25 years ago
Tom Lane 837f33cfd9 Add missing #include <errno.h>. 25 years ago
Hiroshi Inoue c4bc9a8505 keep relations open until they are no longer needed. 25 years ago
Tom Lane 93fcbd140a Make oidin/oidout produce and consume unsigned representation of Oid, 25 years ago
Vadim B. Mikheev 01f2547c6b Init ShmemVariableCache in BootStrapXLOG() 25 years ago
Tom Lane fdbd6ca75e Simplify definition of pg_tables and pg_views views by making use of 25 years ago
Tom Lane 3030189b69 Fix erroneous handling of parameters at SubqueryScan plan nodes, 25 years ago
Tom Lane 712af72c77 Fix yacc failures in preproc.y. 25 years ago
Peter Eisentraut 5350ff2523 Correct directory names. 25 years ago
Tom Lane 3568cf50e5 Silence gcc warnings. 25 years ago
Vadim B. Mikheev c07bb9e0ad No casting to LSN (XLogRecPtr) is required. 25 years ago
Tom Lane 5bb2300b59 Revise handling of oldstyle/newstyle functions per recent discussions 25 years ago
Peter Eisentraut 99198ac6b8 Enable WAL in config.h, not Makefile.global. 25 years ago
Peter Eisentraut 2b1d8bd29a Include postgres.h before checking #ifdef XLOG. 25 years ago
Peter Eisentraut 9394d391b8 Add configure checks for strtoll, strtoull (or strto[u]q). Disable 25 years ago
Michael Meskes 2d248d6585 Parser synced. 25 years ago
Peter Mount 08ea624a06 Encoding patch to Connection by wrobell@posexperts.com.pl 25 years ago
Vadim B. Mikheev a221d95f28 Compile WAL by default. 25 years ago
Tom Lane f084a18af5 Eliminate unused-variable warning. 25 years ago
Tom Lane 3e09584fd3 Fix typo. 25 years ago
Tom Lane 959851272d Update README with proposed new method for determining calling convention 25 years ago
Peter Eisentraut f6bc98679a Refinements 25 years ago
Peter Eisentraut 714384a0b2 Polish error messages, help output, give marginal clue about command line 25 years ago
Peter Eisentraut f999912658 Simplification: Build executable directly from .c file. 25 years ago
Peter Eisentraut bd9d9621dc Modify input and output routines to print plain binary strings without any 25 years ago
Peter Eisentraut 0f3720edf6 Treat plain 'BIT' as 'BIT(1)'. 25 years ago
Tom Lane 0514ad126b Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where 25 years ago
Tom Lane 6ba959eee0 AIX patches from Andreas. 25 years ago
Tom Lane 31e3634a05 Suppress 'comparison-is-always-true' warning on machines 25 years ago
Tom Lane 75c147e753 Modify locale code to defend against possibility that it was compiled 25 years ago
Tom Lane aa21da208c Put back BufferSync() for WAL after database creation. 25 years ago
Peter Eisentraut 52aa720320 Add separate type category for bit string types, allowing mixed bit/varbit 25 years ago
Tatsuo Ishii 8a35ac24f8 Fix bugs in EUC_TW support. This fix includes patches contributed 25 years ago
Tatsuo Ishii afde2acc50 Recongizing PGCLIENTENCODING has been broken since 7.0. 25 years ago
Tom Lane 2912c287fe Fix spelling errors in error message. 25 years ago
Tom Lane 4e5146b883 Suppress occasional failure of final DROP DATABASE due to 25 years ago
Tom Lane 55d5b58538 GNUmakefile failed to provide a way to invoke perl Makefile's 25 years ago
Tom Lane 9a561357e2 Forgot to add ppport.h to MANIFEST. 25 years ago
Peter Eisentraut 6b19803e06 Make a pstrdup copy of the literalbuf when scanning a bit string. Other- 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Peter Eisentraut cff23842a4 Print bit values as binary strings (not hex) 25 years ago
Peter Eisentraut 7852a35515 Add support for casting bit string constants. 25 years ago