You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include
Tatsuo Ishii f426465ba9 Add a new function "pg_client_encoding" which returns the current client 25 years ago
..
access Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 25 years ago
bootstrap Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 25 years ago
catalog Add a new function "pg_client_encoding" which returns the current client 25 years ago
commands Break transformCreateStmt() into multiple routines and make 25 years ago
executor Remove some dead code and obsolete, misleading comments. 25 years ago
lib Further cleanup of dynahash.c API, in pursuit of portability and 25 years ago
libpq Fix a compile error on a platform that does not have PAM. 25 years ago
mb Add support for ISO-8859-6 to 16 25 years ago
nodes Break transformCreateStmt() into multiple routines and make 25 years ago
optimizer Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 25 years ago
parser Change plpgsql to depend on main parser's type-declaration grammar, 25 years ago
port Treat __s390x__ the same as __s390__. (taken from RPM patch set) 25 years ago
regex pgindent run. Make it all clean. 25 years ago
rewrite Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 25 years ago
storage Further cleanup of dynahash.c API, in pursuit of portability and 25 years ago
tcop Enable SIGTERM and SIGQUIT during client authentication so 25 years ago
utils Fix ruleutils to depend on format_type, rather than having a private 25 years ago
Makefile Include directory rearrangement 25 years ago
c.h Consistently use gcc's __attribute__((format)) to check sprintf-style 25 years ago
fmgr.h Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 25 years ago
miscadmin.h Implement new 'lightweight lock manager' that's intermediate between 25 years ago
pg_config.h.in > > > > > - PostgreSQL requires to be compiled with --enable-multibyte 25 years ago
pg_config.h.win32 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 25 years ago
pgstat.h Put pgstat internal files into $PGDATA/global. 25 years ago
postgres.h Consistently use gcc's __attribute__((format)) to check sprintf-style 25 years ago
postgres_ext.h pgindent run. Make it all clean. 25 years ago
postgres_fe.h c.h needs to include postgres_ext.h to be self-contained. 25 years ago
rusagestub.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
strdup.h